[arch-commits] Commit in cdemu-client/repos/community-any (4 files)

Jan Steffens heftig at archlinux.org
Thu Jul 28 07:55:51 UTC 2016


    Date: Thursday, July 28, 2016 @ 07:55:51
  Author: heftig
Revision: 184530

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
    (from rev 184529, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/cdemu-client.install
    (from rev 184529, cdemu-client/trunk/cdemu-client.install)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/cdemu-client.install

----------------------+
 PKGBUILD             |   93 ++++++++++++++++++++++++-------------------------
 cdemu-client.install |   22 +++++------
 2 files changed, 57 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 07:54:22 UTC (rev 184529)
+++ PKGBUILD	2016-07-28 07:55:51 UTC (rev 184530)
@@ -1,47 +0,0 @@
-# $Id$
-# 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.0.1
-pkgrel=2
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/"
-license=(GPL)
-depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-install=cdemu-client.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
-sha256sums=('cf7b2fedf14bb64df7e318546756e133eef9e018e04218f74891f676eda9e5cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|&2|' src/cdemu
-
-  # fix text domain
-  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completions
-  sed -e 's|${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|${CMAKE_INSTALL_DATADIR}/bash-completion/completions|g' \
-      -e '/FILES data\/cdemu-bash-completion.sh/aRENAME cdemu' \
-      -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 184529, cdemu-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-28 07:55:51 UTC (rev 184530)
@@ -0,0 +1,46 @@
+# $Id$
+# 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.0.1
+pkgrel=3
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/"
+license=(GPL)
+depends=(python2 dbus-python cdemu-daemon)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
+sha256sums=('cf7b2fedf14bb64df7e318546756e133eef9e018e04218f74891f676eda9e5cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  sed -i '1s|^#!.*python$|&2|' src/cdemu
+
+  # fix text domain
+  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
+
+  # bash completions
+  sed -e 's|${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|${CMAKE_INSTALL_DATADIR}/bash-completion/completions|g' \
+      -e '/FILES data\/cdemu-bash-completion.sh/aRENAME cdemu' \
+      -i CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: cdemu-client.install
===================================================================
--- cdemu-client.install	2016-07-28 07:54:22 UTC (rev 184529)
+++ cdemu-client.install	2016-07-28 07:55:51 UTC (rev 184530)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cdemu-client/repos/community-any/cdemu-client.install (from rev 184529, cdemu-client/trunk/cdemu-client.install)
===================================================================
--- cdemu-client.install	                        (rev 0)
+++ cdemu-client.install	2016-07-28 07:55:51 UTC (rev 184530)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list