diff options
author | Paul Bredbury <brebs@sent.com> | 2019-10-09 07:40:05 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 02:12:43 -0300 |
commit | bcad5108601a854bb0539b0088eb5b614a7b5ccf (patch) | |
tree | 8a7eb532eb4ac80695e5cfdf3f92035dfa5a50aa | |
parent | 4cbdafa24be888e4a7cd57890de682180de0759f (diff) | |
download | aports-bcad5108601a854bb0539b0088eb5b614a7b5ccf.tar.bz2 aports-bcad5108601a854bb0539b0088eb5b614a7b5ccf.tar.xz |
community/compton: upgrade to 7.4
-rw-r--r-- | community/compton/APKBUILD | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/community/compton/APKBUILD b/community/compton/APKBUILD index d8c002aae9..ecaaaea7a0 100644 --- a/community/compton/APKBUILD +++ b/community/compton/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=compton -pkgver=6.2 -pkgrel=1 +pkgver=7.4 +pkgrel=0 pkgdesc="X Compositor (a fork of xcompmgr-dana)" url="https://github.com/yshui/compton" arch="all" @@ -10,21 +10,17 @@ license="MIT MPL-2.0" makedepends="libx11-dev libxcomposite-dev libxinerama-dev libxdamage-dev \ libconfig-dev pcre-dev libxrandr-dev dbus-dev libdrm-dev mesa-dev meson \ libev-dev libxdg-basedir-dev pixman-dev xcb-util-renderutil-dev \ - xcb-util-image-dev asciidoc" -install="" + xcb-util-image-dev asciidoc uthash-dev" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/yshui/$pkgname/archive/v$pkgver.tar.gz" +source="compton-$pkgver.tar.gz::https://github.com/yshui/compton/archive/v$pkgver.tar.gz" options="!check" # No tests defined in tests/ directory -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" - meson --prefix=/usr --buildtype=release -Dbuild_docs=true build + meson --prefix=/usr --buildtype=release -Dwith_docs=true build ninja -v -C build } package() { - cd "$builddir" DESTDIR="$pkgdir" ninja -C build install mkdir -p "$pkgdir/usr/share/doc/compton" @@ -32,4 +28,4 @@ package() { install -D -m644 "compton.sample.conf" "$pkgdir/etc/xdg/compton.conf.example" } -sha512sums="a0e57dcaff9a18d0ac3b24d15ccaf0f5b308cda0d1c24ab4f76c8e8f3e302983731d7bd3becaf311dd53ca77287eb820315e729b5e34fb1879cab2adad001e82 compton-6.2.tar.gz" +sha512sums="03dbe0a54cfea2594133daca76e2f0f908383ee74cdcc8e94d17d5cd0943abf86c58452876b422da081f3c3226545ad3553561d37c138e903c0fe76865c2f43a compton-7.4.tar.gz" |