summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-19 13:42:05 +0200
committerErich Eckner <git@eckner.net>2019-06-19 13:42:05 +0200
commitf404358ae34162db1bdc4d61aff45d673523d2ea (patch)
tree1806dcf2edd896958353e5addbfa6763f6649b1f /community
parent035e1d552e34a7e8278d54cbeb802d85353dee1c (diff)
downloadpackages-f404358ae34162db1bdc4d61aff45d673523d2ea.tar.xz
drop deepin-*
Diffstat (limited to 'community')
-rw-r--r--community/deepin-music/PKGBUILD2
-rw-r--r--community/deepin-qt5integration/PKGBUILD2
-rw-r--r--community/deepin-terminal/PKGBUILD9
3 files changed, 0 insertions, 13 deletions
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
- '
-)"