[arch-commits] Commit in rofi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Mar 21 12:33:28 UTC 2018


    Date: Wednesday, March 21, 2018 @ 12:33:27
  Author: foxboron
Revision: 309876

archrelease: copy trunk to community-x86_64

Added:
  rofi/repos/community-x86_64/PKGBUILD
    (from rev 309875, rofi/trunk/PKGBUILD)
Deleted:
  rofi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  130 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-21 12:33:20 UTC (rev 309875)
+++ PKGBUILD	2018-03-21 12:33:27 UTC (rev 309876)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud <foxboron at 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 <rasi at xssn.at>
-# Contributor: Sean Pringle <sean.pringle at 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"
-}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 309875, rofi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-21 12:33:27 UTC (rev 309876)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Morten Linderud <foxboron at 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 <rasi at xssn.at>
+# Contributor: Sean Pringle <sean.pringle at gmail.com>
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.5.1
+pkgrel=1
+_commit=374d4be9d7f5a7d3dcae3925e8192c6b5c97eee0
+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"
+}



More information about the arch-commits mailing list