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

Ivy Foster escondida at archlinux.org
Fri Jan 10 03:23:52 UTC 2020


    Date: Friday, January 10, 2020 @ 03:23:51
  Author: escondida
Revision: 551531

archrelease: copy trunk to community-x86_64

Added:
  bemenu/repos/community-x86_64/PKGBUILD
    (from rev 551530, bemenu/trunk/PKGBUILD)
Deleted:
  bemenu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 49 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-10 03:22:46 UTC (rev 551530)
+++ PKGBUILD	2020-01-10 03:23:51 UTC (rev 551531)
@@ -1,45 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-
-pkgname=bemenu
-pkgver=0.3.0
-pkgrel=1
-
-pkgdesc='Dynamic menu library and client program inspired by dmenu with support for wayland compositors'
-url='https://github.com/Cloudef/bemenu'
-arch=(x86_64)
-license=(GPL3 LGPL3)
-
-depends=(pango)
-makedepends=(cmake libxinerama libxkbcommon ncurses wayland)
-optdepends=(
-	'libxinerama: For the x11 backend'
-	'libxkbcommon: For the wayland backend'
-	'ncurses: For the curses backend'
-	'wayland: For the wayland backend'
-)
-source=(
-	"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz"
-	"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc"
-)
-# Checksums provided by packager
-sha256sums=(
-	a57ae85ca14b4adb6c32bc40138d49ec51dd2e2b0d211557c8f92489f4c3fb84
-	SKIP
-)
-validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
-
-build() {
-	cd "bemenu-$pkgver"
-	cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib
-	make
-}
-
-check() {
-	cd "bemenu-$pkgver"
-	make test
-}
-
-package() {
-	cd "bemenu-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: bemenu/repos/community-x86_64/PKGBUILD (from rev 551530, bemenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-10 03:23:51 UTC (rev 551531)
@@ -0,0 +1,49 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+
+pkgname=bemenu
+pkgver=0.3.0
+pkgrel=2
+
+pkgdesc='Dynamic menu library and client program inspired by dmenu with support for wayland compositors'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+depends=(pango)
+makedepends=(cmake libxinerama libxkbcommon ncurses wayland)
+optdepends=(
+	'libxinerama: For the x11 backend'
+	'libxkbcommon: For the wayland backend'
+	'ncurses: For the curses backend'
+	'wayland: For the wayland backend'
+)
+source=(
+	"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz"
+	"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc"
+)
+# Checksums provided by packager
+sha256sums=(
+	a57ae85ca14b4adb6c32bc40138d49ec51dd2e2b0d211557c8f92489f4c3fb84
+	SKIP
+)
+validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
+
+build() {
+	cd "bemenu-$pkgver"
+	cmake \
+		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+		-DBEMENU_WAYLAND_RENDERER=ON
+	make
+}
+
+check() {
+	cd "bemenu-$pkgver"
+	make test
+}
+
+package() {
+	cd "bemenu-$pkgver"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list