Date: Saturday, February 3, 2018 @ 13:42:55 Author: foxboron Revision: 288789
archrelease: copy trunk to community-x86_64 Added: rofi/repos/community-x86_64/PKGBUILD (from rev 288788, rofi/trunk/PKGBUILD) Deleted: rofi/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 131 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 65 insertions(+), 66 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-02-03 13:42:47 UTC (rev 288788) +++ PKGBUILD 2018-02-03 13:42:55 UTC (rev 288789) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> -# Contributor: Anatol Pomozov -# Contributor: Benjamin Chrétien <chretien + aur [at] lirmm [dot] fr> -# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch> -# Contributor: Rasi <r...@xssn.at> -# Contributor: Sean Pringle <sean.prin...@gmail.com> -# Contributor: SanskritFritz (gmail) - -pkgname=rofi -pkgver=1.5.0 -pkgrel=1 -_commit=9a34d89e519a33653d38a202138854a708124234 -pkgdesc='A window switcher, application launcher and dmenu replacement' -arch=(x86_64) -url='https://github.com/DaveDavenport/rofi/' -license=(MIT) -depends=(libx11 libxft freetype2 libxdg-basedir - pango startup-notification libxcb - libxkbcommon libxkbcommon-x11 xcb-util - xcb-util-wm xcb-util-xrm librsvg) -makedepends=(meson git) -checkdepends=(check) -optdepends=('i3-wm: use as a window switcher') -source=("git+https://github.com/DaveDavenport/rofi#commit=$_commit" - 'git+https://github.com/sardemff7/libgwater' - 'git+https://github.com/sardemff7/libnkutils') -sha256sums=('SKIP' - 'SKIP' - 'SKIP') -#source=("https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz") -#sha256sums=('1a8df8c84316ac0c2b1e9985b346875d8ae4142cbec83f9961a63c73de624984') - -prepare() { - cd rofi - - for module in libgwater libnkutils; do - local submodule="subprojects/${module}" - git submodule init "${submodule}" - git config "submodule.${submodule}.url" "${srcdir}/${module}" - git submodule update "${submodule}" - done -} - -build() { - #cd rofi - #arch-meson build - cd rofi - autoreconf -i - ./configure --prefix=/usr --sysconfdir=/etc - make -} - -check() { - cd rofi - LC_ALL=C make check -} - -package() { - cd rofi - make install install-man DESTDIR="$pkgdir" - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING" - install -dm755 "$pkgdir/usr/share/doc/rofi/examples" - install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples" -} Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 288788, rofi/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-02-03 13:42:55 UTC (rev 288789) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> +# Contributor: Anatol Pomozov +# Contributor: Benjamin Chrétien <chretien + aur [at] lirmm [dot] fr> +# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch> +# Contributor: Rasi <r...@xssn.at> +# Contributor: Sean Pringle <sean.prin...@gmail.com> +# Contributor: SanskritFritz (gmail) + +pkgname=rofi +pkgver=1.5.0 +pkgrel=2 +_commit=9a34d89e519a33653d38a202138854a708124234 +pkgdesc='A window switcher, application launcher and dmenu replacement' +arch=(x86_64) +url='https://github.com/DaveDavenport/rofi/' +license=(MIT) +depends=(libx11 libxft freetype2 libxdg-basedir + pango startup-notification libxcb + libxkbcommon libxkbcommon-x11 xcb-util + xcb-util-wm xcb-util-xrm librsvg) +makedepends=(meson git check) +optdepends=('i3-wm: use as a window switcher') +source=("git+https://github.com/DaveDavenport/rofi#commit=$_commit" + 'git+https://github.com/sardemff7/libgwater' + 'git+https://github.com/sardemff7/libnkutils') +sha256sums=('SKIP' + 'SKIP' + 'SKIP') +#source=("https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz") +#sha256sums=('1a8df8c84316ac0c2b1e9985b346875d8ae4142cbec83f9961a63c73de624984') + +prepare() { + cd rofi + + for module in libgwater libnkutils; do + local submodule="subprojects/${module}" + git submodule init "${submodule}" + git config "submodule.${submodule}.url" "${srcdir}/${module}" + git submodule update "${submodule}" + done +} + +build() { + #cd rofi + #arch-meson build + cd rofi + autoreconf -i + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd rofi + LC_ALL=C make check +} + +package() { + cd rofi + make install install-man DESTDIR="$pkgdir" + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/rofi/COPYING" + install -dm755 "$pkgdir/usr/share/doc/rofi/examples" + install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/rofi/examples" +}