summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2019-01-14 16:07:13 -0800
committerShadowKyogre2019-01-14 16:07:13 -0800
commit9aed94927daf20eda4f098193075100970c7dea0 (patch)
tree5346eaf5e9b66e3f0daf6e783385da8454094543
parent3665927f3c1845b15f12d743e5b78efb6a1f86ae (diff)
downloadaur-9aed94927daf20eda4f098193075100970c7dea0.tar.gz
Remove extraneous compiz.desktop removal
The file isn't created twice, so there's no need to do this.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d37708d65a8a..92dc37505e49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = compiz-core
pkgdesc = This is the latest stable release of Compiz without DE deps
pkgver = 0.8.16.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/compiz/compiz-core/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index edeaaa3d0587..0975fb725993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _micro=".1"
pkgbase=compiz-core
pkgname=(compiz-core compiz-gtk)
pkgver="${_pkgver}${_micro}"
-pkgrel=1
+pkgrel=2
pkgdesc="This is the latest stable release of Compiz without DE deps"
url="https://gitlab.com/compiz/${_upstream}/"
license=('GPL' 'LGPL' 'MIT')
@@ -87,6 +87,7 @@ package_compiz-core() {
"${pkgdir}/usr/bin/gtk-window-decorator"
"${pkgdir}/usr/share/glib-2.0/schemas/org.compiz-0.gwd.gschema.xml"
"${pkgdir}/usr/share/icons/hicolor/"*"/apps/gtk-decorator."*
+ # "${pkgdir}/usr/share/applications/compiz.desktop"
)
# Believe it or not, you CAN fill an array using wildcards in bash
@@ -125,7 +126,6 @@ package_compiz-gtk()
local REMOVE_THESE=(
"${pkgdir}/usr/share/icons/hicolor/"*"/apps/compiz."*
"${pkgdir}/usr/share/compiz/"*.png
- "${pkgdir}/usr/share/applications/compiz.desktop"
)
# Believe it or not, you CAN fill an array using wildcards in bash