[arch-commits] Commit in cdemu-client/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Sun Jun 29 21:45:47 UTC 2014


    Date: Sunday, June 29, 2014 @ 23:45:46
  Author: heftig
Revision: 113768

3.0.0

bash completion must be installed to compat directory to work

Modified:
  cdemu-client/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-29 21:37:30 UTC (rev 113767)
+++ PKGBUILD	2014-06-29 21:45:46 UTC (rev 113768)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay <charles at chaoslizard.org>
 
 pkgname=cdemu-client
-pkgver=2.1.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Simple command-line client for controlling cdemu-daemon"
 arch=(any)
@@ -15,7 +15,7 @@
 conflicts=('cdemu')
 install=cdemu-client.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2")
-sha256sums=('204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964')
+sha256sums=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
 
 prepare() {
   mkdir build
@@ -26,11 +26,6 @@
 
   # fix text domain
   sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completion dir change
-  sed -i CMakeLists.txt -e "s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|"
 }
 
 build() {




More information about the arch-commits mailing list