Date: Friday, September 14, 2018 @ 08:20:01 Author: arodseth Revision: 380838
upgpkg: compton 1.0-1 Modified: compton/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-14 08:01:15 UTC (rev 380837) +++ PKGBUILD 2018-09-14 08:20:01 UTC (rev 380838) @@ -1,22 +1,22 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: WorMzy Tykashi <[email protected]> # Contributor: OK100 <[email protected]> # Contributor: Valère Monseur <[email protected]> pkgname=compton -pkgver=0.1_beta2.5 -pkgrel=11 +pkgver=1.0 +pkgrel=1 pkgdesc='X compositor that may fix tearing issues' arch=('x86_64') url='https://github.com/yshui/compton' license=('MIT') -depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 'libxinerama' 'libxrandr') makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf') +depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 'libxinerama' 'libxrandr' 'pcre') backup=('etc/xdg/compton.conf') -optdepends=('dbus: To control compton via D-Bus' +optdepends=('dbus: For controlling compton via D-Bus' 'xorg-xwininfo: For compton-trans' 'xorg-xprop: For compton-trans') -source=('git+https://github.com/yshui/compton#commit=bf29b2dd37dc5a35c0387bd21e67226d8aa23790' +source=('git+https://github.com/yshui/compton#tag=v1' 'compton.conf') sha256sums=('SKIP' '89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b') @@ -23,7 +23,6 @@ prepare() { cd $pkgname - setconf $pkgname.desktop Exec 'compton --xrender-sync-fence' setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence' setconf $pkgname.desktop Comment 'Compositor for X11' @@ -35,7 +34,6 @@ package() { PREFIX="$pkgdir/usr" make -C "$pkgname" install - install -Dm644 $pkgname/compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example" install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf" install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" Property changes on: compton/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
