summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2019-01-14 16:07:13 -0800
committerShadowKyogre2019-01-14 16:07:13 -0800
commit9aed94927daf20eda4f098193075100970c7dea0 (patch)
tree5346eaf5e9b66e3f0daf6e783385da8454094543 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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