Date: Wednesday, April 26, 2017 @ 08:54:04 Author: arodseth Revision: 225627
archrelease: copy trunk to community-x86_64, community-i686 Added: tint2/repos/community-i686/PKGBUILD (from rev 225626, tint2/trunk/PKGBUILD) tint2/repos/community-x86_64/PKGBUILD (from rev 225626, tint2/trunk/PKGBUILD) Deleted: tint2/repos/community-i686/PKGBUILD tint2/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 39 ---------------------- community-x86_64/PKGBUILD | 39 ---------------------- 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-04-26 08:53:52 UTC (rev 225626) +++ community-i686/PKGBUILD 2017-04-26 08:54:04 UTC (rev 225627) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> -# Contributor: Blue Peppers <bluepepp...@archlinux.us> -# Contributor: Stefan Husmann <stefan-husm...@t-online.de> -# Contributor: Yannick LM <lmyannicklm1...@gmail.com> - -pkgname=tint2 -pkgver=0.14.1 -pkgrel=1 -pkgdesc='Basic, good-looking task manager for WMs' -arch=('x86_64' 'i686') -url='https://gitlab.com/o9000/tint2' -license=('GPL2') -depends=('gtk2' 'imlib2' 'startup-notification') -makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf') -source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver") -sha256sums=('5f3708ecb06724f568cbaaad2102f000342f28d5fb02161ce6e7af5c18f36ecb') - -prepare() { - mv "$pkgname-$pkgver-"* "$pkgname" - setconf "$pkgname/get_version.sh" VERSION "$pkgver" -} - -build() { - mkdir -p build - cd build - cmake "../$pkgname" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_TINT2CONF=1 \ - -GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} - -# vim:set ts=2 sw=2 et: Copied: tint2/repos/community-i686/PKGBUILD (from rev 225626, tint2/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-04-26 08:54:04 UTC (rev 225627) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Blue Peppers <bluepepp...@archlinux.us> +# Contributor: Stefan Husmann <stefan-husm...@t-online.de> +# Contributor: Yannick LM <lmyannicklm1...@gmail.com> + +pkgname=tint2 +pkgver=0.14.3 +pkgrel=1 +pkgdesc='Basic, good-looking task manager for WMs' +arch=('x86_64' 'i686') +url='https://gitlab.com/o9000/tint2' +license=('GPL2') +depends=('gtk2' 'imlib2' 'startup-notification') +makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf') +source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver") +sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64') + +prepare() { + mv "$pkgname-$pkgver-"* "$pkgname" + setconf "$pkgname/get_version.sh" VERSION "$pkgver" +} + +build() { + mkdir -p build + cd build + cmake "../$pkgname" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_TINT2CONF=1 \ + -GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-04-26 08:53:52 UTC (rev 225626) +++ community-x86_64/PKGBUILD 2017-04-26 08:54:04 UTC (rev 225627) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> -# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> -# Contributor: Blue Peppers <bluepepp...@archlinux.us> -# Contributor: Stefan Husmann <stefan-husm...@t-online.de> -# Contributor: Yannick LM <lmyannicklm1...@gmail.com> - -pkgname=tint2 -pkgver=0.14.1 -pkgrel=1 -pkgdesc='Basic, good-looking task manager for WMs' -arch=('x86_64' 'i686') -url='https://gitlab.com/o9000/tint2' -license=('GPL2') -depends=('gtk2' 'imlib2' 'startup-notification') -makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf') -source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver") -sha256sums=('5f3708ecb06724f568cbaaad2102f000342f28d5fb02161ce6e7af5c18f36ecb') - -prepare() { - mv "$pkgname-$pkgver-"* "$pkgname" - setconf "$pkgname/get_version.sh" VERSION "$pkgver" -} - -build() { - mkdir -p build - cd build - cmake "../$pkgname" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_TINT2CONF=1 \ - -GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} - -# vim:set ts=2 sw=2 et: Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 225626, tint2/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-04-26 08:54:04 UTC (rev 225627) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Blue Peppers <bluepepp...@archlinux.us> +# Contributor: Stefan Husmann <stefan-husm...@t-online.de> +# Contributor: Yannick LM <lmyannicklm1...@gmail.com> + +pkgname=tint2 +pkgver=0.14.3 +pkgrel=1 +pkgdesc='Basic, good-looking task manager for WMs' +arch=('x86_64' 'i686') +url='https://gitlab.com/o9000/tint2' +license=('GPL2') +depends=('gtk2' 'imlib2' 'startup-notification') +makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf') +source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver") +sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64') + +prepare() { + mv "$pkgname-$pkgver-"* "$pkgname" + setconf "$pkgname/get_version.sh" VERSION "$pkgver" +} + +build() { + mkdir -p build + cd build + cmake "../$pkgname" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_TINT2CONF=1 \ + -GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +} + +# vim:set ts=2 sw=2 et: