index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/deepin-music/PKGBUILD | 2 | ||||
-rw-r--r-- | community/deepin-qt5integration/PKGBUILD | 2 | ||||
-rw-r--r-- | community/deepin-terminal/PKGBUILD | 9 |
diff --git a/community/deepin-music/PKGBUILD b/community/deepin-music/PKGBUILD deleted file mode 100644 index bb75848a..00000000 --- a/community/deepin-music/PKGBUILD +++ /dev/null @@ -1,2 +0,0 @@ -# it's linked against /usr/lib/libQt5Core.so from qt5-core -depends+=(qt5-base) diff --git a/community/deepin-qt5integration/PKGBUILD b/community/deepin-qt5integration/PKGBUILD deleted file mode 100644 index aed3415d..00000000 --- a/community/deepin-qt5integration/PKGBUILD +++ /dev/null @@ -1,2 +0,0 @@ -# trying to break dependency cycle -makedepends=(${makedepends[@]/deepin-file-manager}) diff --git a/community/deepin-terminal/PKGBUILD b/community/deepin-terminal/PKGBUILD deleted file mode 100644 index 641862a7..00000000 --- a/community/deepin-terminal/PKGBUILD +++ /dev/null @@ -1,9 +0,0 @@ -# make a source tar ball from the "source" tar ball -# see https://bugs.archlinux32.org/index.php?do=details&task_id=10 - -eval "$( - declare -f prepare | \ - sed ' - 2 a find $pkgname-$pkgver \\( '"-name '*.a' -o -name '*.o'"' \\) -delete - ' -)" |