[arch-commits] Commit in rofi/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Mon Jan 9 19:20:45 UTC 2017


    Date: Monday, January 9, 2017 @ 19:20:45
  Author: anatolik
Revision: 206240

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rofi/repos/community-testing-i686/
  rofi/repos/community-testing-i686/PKGBUILD
    (from rev 206239, rofi/trunk/PKGBUILD)
  rofi/repos/community-testing-x86_64/
  rofi/repos/community-testing-x86_64/PKGBUILD
    (from rev 206239, rofi/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: rofi/repos/community-testing-i686/PKGBUILD (from rev 206239, rofi/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-01-09 19:20:45 UTC (rev 206240)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien <chretien + aur [at] lirmm [dot] fr>
+# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch>
+# Contributor: Rasi <rasi at xssn.at>
+# Contributor: Sean Pringle <sean.pringle at gmail.com>
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm xcb-util-xrm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  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-testing-x86_64/PKGBUILD (from rev 206239, rofi/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-01-09 19:20:45 UTC (rev 206240)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Benjamin Chrétien <chretien + aur [at] lirmm [dot] fr>
+# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch>
+# Contributor: Rasi <rasi at xssn.at>
+# Contributor: Sean Pringle <sean.pringle at gmail.com>
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Popup window switcher roughly based on superswitcher, requiring only xlib and xft'
+arch=(i686 x86_64)
+url='https://davedavenport.github.io/rofi/'
+license=(MIT)
+depends=(libx11 libxft freetype2 libxdg-basedir pango startup-notification libxcb libxkbcommon libxkbcommon-x11 xcb-util xcb-util-wm xcb-util-xrm)
+makedepends=(i3-wm)
+optdepends=('i3-wm: use as a window switcher')
+source=(https://github.com/DaveDavenport/rofi/releases/download/$pkgver/rofi-$pkgver.tar.xz)
+sha256sums=('b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8')
+
+build() {
+  cd rofi-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd rofi-$pkgver
+  make check
+}
+
+package() {
+  cd rofi-$pkgver
+  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"
+}



More information about the arch-commits mailing list