[arch-commits] Commit in cdemu-client/repos/community-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Jan 7 20:49:51 UTC 2020
Date: Tuesday, January 7, 2020 @ 20:49:51
Author: heftig
Revision: 550094
archrelease: copy trunk to community-any
Added:
cdemu-client/repos/community-any/PKGBUILD
(from rev 550093, cdemu-client/trunk/PKGBUILD)
Deleted:
cdemu-client/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-07 20:49:30 UTC (rev 550093)
+++ PKGBUILD 2020-01-07 20:49:51 UTC (rev 550094)
@@ -1,31 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Charles Lindsay <charles at chaoslizard.org>
-
-pkgname=cdemu-client
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="https://cdemu.sourceforge.io/"
-license=(GPL)
-depends=(python-gobject cdemu-daemon)
-makedepends=(intltool cmake bash-completion)
-conflicts=('cdemu')
-source=("https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f883800db99d39a91f41b94ede7c799c12318f15f4c138eeca0374374c156caf')
-
-prepare() {
- cd $pkgname-$pkgver
-}
-
-build() {
- cmake -H$pkgname-$pkgver -Bbuild \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --build build --target install
-}
Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 550093, cdemu-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-07 20:49:51 UTC (rev 550094)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+pkgname=cdemu-client
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="https://cdemu.sourceforge.io/"
+license=(GPL)
+depends=(python-gobject cdemu-daemon)
+makedepends=(intltool cmake bash-completion)
+conflicts=('cdemu')
+source=("https://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
+sha256sums=('be229d1f42f74ff3d81403e77a2210deb330354c0c153d9c7432dca0a4a29eeb')
+
+prepare() {
+ cd $pkgname-$pkgver
+}
+
+build() {
+ cmake -H$pkgname-$pkgver -Bbuild \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --build build --target install
+}
More information about the arch-commits
mailing list