summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2016-06-01 08:55:53 -0700
committerShadowKyogre2016-06-01 08:55:53 -0700
commit6864a581220188d198b78c549bfaf9db51f2ccd0 (patch)
tree625ea8fdc619d5998c0e3f64870fb33dc8e46d33 /PKGBUILD
parentaf4142f182be40ae4f839eec87ed9ad8250af4d3 (diff)
downloadaur-6864a581220188d198b78c549bfaf9db51f2ccd0.tar.gz
*.desktop handled in default install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 493f568f06de..133f1f8af90f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _upstream="compiz"
pkgbase=compiz-core-git
pkgname=(compiz-core-git compiz-gtk-git)
-pkgver=0.8.12.3.r0.g59328f2
-pkgrel=2
+pkgver=0.8.12.3.r24.g292d9a2
+pkgrel=1
pkgdesc="This is the latest git release of Compiz without DE deps"
url="https://github.com/compiz-reloaded/${_upstream}"
license=('GPL' 'LGPL' 'MIT')
@@ -98,7 +98,7 @@ package_compiz-gtk-git()
provides=("compiz-gtk=$pkgver")
conflicts=('compiz-gtk')
- cd "${srcdir}/${_upstream}/gtk"
+ cd "${srcdir}/${_upstream}/gtk-window-decorator"
make DESTDIR="${pkgdir}" install
cd "${srcdir}/${_upstream}/images"
@@ -107,7 +107,6 @@ package_compiz-gtk-git()
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