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

Ivy Foster escondida at archlinux.org
Wed Jan 8 17:26:40 UTC 2020


    Date: Wednesday, January 8, 2020 @ 17:26:38
  Author: escondida
Revision: 550305

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 17:25:58 UTC (rev 550304)
+++ PKGBUILD	2020-01-08 17:26:38 UTC (rev 550305)
@@ -1,46 +0,0 @@
-# Maintainer: Ivy Foster <code at escondida.tk>
-
-pkgname=bemenu
-pkgver=0.1.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 libxkbcommon libxinerama ncurses wayland)
-optdepends=(
-	'libxkbcommon: For the wayland backend'
-	'libxinerama: For the x11 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"
-	"https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc"
-)
-# Checksums provided by packager
-md5sums=(
-	ac296c57b471e98b88f0ae6dc180cc72
-	SKIP
-)
-validpgpkeys=(C2AA3C3A6F9B1F932014879EF769BB961AF6D26A)
-
-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 550304, bemenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-08 17:26:38 UTC (rev 550305)
@@ -0,0 +1,45 @@
+# 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
+}



More information about the arch-commits mailing list