[arch-commits] Commit in cdemu-client/repos/community-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Apr 19 13:32:20 UTC 2021
Date: Monday, April 19, 2021 @ 13:32:20
Author: heftig
Revision: 919983
archrelease: copy trunk to community-any
Added:
cdemu-client/repos/community-any/PKGBUILD
(from rev 919981, cdemu-client/trunk/PKGBUILD)
Deleted:
cdemu-client/repos/community-any/PKGBUILD
----------+
PKGBUILD | 65 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 34 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-19 13:32:19 UTC (rev 919982)
+++ PKGBUILD 2021-04-19 13:32:20 UTC (rev 919983)
@@ -1,31 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Charles Lindsay <charles at chaoslizard.org>
-
-pkgname=cdemu-client
-pkgver=3.2.4
-pkgrel=2
-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 -S $pkgname-$pkgver -B build \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 919981, cdemu-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-19 13:32:20 UTC (rev 919983)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+pkgname=cdemu-client
+pkgver=3.2.5
+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.xz")
+sha256sums=('a72d85eb5bfcbced0108cd7c1827e50220f8f1d7998db30ceb0aa808366c39df')
+
+prepare() {
+ cd $pkgname-$pkgver
+}
+
+build() {
+ cmake -S $pkgname-$pkgver -B build \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+ install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 $pkgname-$pkgver/README
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list