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

2017-06-12 Thread Jan Steffens
Date: Monday, June 12, 2017 @ 20:36:39
  Author: heftig
Revision: 236565

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 236564, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/fixes.diff
(from rev 236564, cdemu-client/trunk/fixes.diff)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/fixes.diff

+
 PKGBUILD   |   76 +--
 fixes.diff |   41 ++-
 2 files changed, 52 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-12 20:36:24 UTC (rev 236564)
+++ PKGBUILD2017-06-12 20:36:39 UTC (rev 236565)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.4
-pkgrel=3
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(python-gobject cdemu-daemon)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-fixes.diff)
-sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
-'f918450e3eff8123b830817fe763702f123f8ad6d0186798aa2defa8f0f9782f')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../fixes.diff
-}
-
-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 236564, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-12 20:36:39 UTC (rev 236565)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(python-gobject cdemu-daemon)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+fixes.diff)
+sha256sums=('336a078b0b1f70de81d7ee92ee3e3a1e1957843accc4e90a876aeef28648d868'
+'908f919e779832eb05013cb0e3ecb49795afddaa4aa8cb946ec78c3218acf534')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np2 -i ../fixes.diff
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: fixes.diff
===
--- fixes.diff  2017-06-12 20:36:24 UTC (rev 236564)
+++ fixes.diff  2017-06-12 20:36:39 UTC (rev 236565)
@@ -1,27 +0,0 @@
-diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
-index cdcff25232886440..5296229538cd64bf 100644
 i/cdemu-client/CMakeLists.txt
-+++ w/cdemu-client/CMakeLists.txt
-@@ -38,7 +38,8 @@ install (
- 
- install (
- FILES data/cdemu-bash-completion.sh
--DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
-+DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions
-+RENAME cdemu
- )
- 
- install (
-diff --git i/cdemu-client/src/cdemu w/cdemu-client/src/cdemu
-index 85bdcc5f30cdffef..a3fa132492266a7a 100755
 i/cdemu-client/src/cdemu
-+++ w/cdemu-client/src/cdemu
-@@ -116,7 +116,7 @@ class cmd_load (object):
- 
- def __call__ (self, proxy, arguments):
- # We need to pass absolute filenames to daemon
--filenames = map(os.path.abspath, arguments.image_file)
-+filenames = [os.path.abspath(f) for f in arguments.image_file]
- 
- # Gather parser parameters into a dictionary
- parser_params = {}

Copied: cdemu-client/repos/community-any/fixes.diff (from rev 236564, 
cdemu-client/trunk/fixes.diff)
===
--- fixes.diff  (rev 0)
+++ fixes.diff  2017-06-12 20:36:39 UTC (rev 236565)
@@ -0,0 +1,14 @@
+diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
+index cdcff25232886440..5296229538cd64bf 100644
+--- i/cdemu-client/CMakeLists.txt
 w/cdemu-client/CMakeLists.txt
+@@ -38,7 +38,8 @@ install (
+ 
+ install (
+ FILES data/cdemu-bash-completion.sh
+-DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
++DESTINATION 

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

2017-01-08 Thread Jan Steffens
Date: Sunday, January 8, 2017 @ 18:26:43
  Author: heftig
Revision: 206103

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 206102, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/fixes.diff
(from rev 206102, cdemu-client/trunk/fixes.diff)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/build-fixes.diff

--+
 PKGBUILD |   76 ++---
 build-fixes.diff |   14 -
 fixes.diff   |   27 ++
 3 files changed, 65 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-08 18:25:51 UTC (rev 206102)
+++ PKGBUILD2017-01-08 18:26:43 UTC (rev 206103)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.4
-pkgrel=2
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(python-gobject cdemu-daemon)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-build-fixes.diff)
-sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
-'908f919e779832eb05013cb0e3ecb49795afddaa4aa8cb946ec78c3218acf534')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../build-fixes.diff
-}
-
-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 206102, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-08 18:26:43 UTC (rev 206103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.4
+pkgrel=3
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(python-gobject cdemu-daemon)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+fixes.diff)
+sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
+'f918450e3eff8123b830817fe763702f123f8ad6d0186798aa2defa8f0f9782f')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np2 -i ../fixes.diff
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: build-fixes.diff
===
--- build-fixes.diff2017-01-08 18:25:51 UTC (rev 206102)
+++ build-fixes.diff2017-01-08 18:26:43 UTC (rev 206103)
@@ -1,14 +0,0 @@
-diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
-index cdcff25232886440..5296229538cd64bf 100644
 i/cdemu-client/CMakeLists.txt
-+++ w/cdemu-client/CMakeLists.txt
-@@ -38,7 +38,8 @@ install (
- 
- install (
- FILES data/cdemu-bash-completion.sh
--DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
-+DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions
-+RENAME cdemu
- )
- 
- install (

Copied: cdemu-client/repos/community-any/fixes.diff (from rev 206102, 
cdemu-client/trunk/fixes.diff)
===
--- fixes.diff  (rev 0)
+++ fixes.diff  2017-01-08 18:26:43 UTC (rev 206103)
@@ -0,0 +1,27 @@
+diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
+index cdcff25232886440..5296229538cd64bf 100644
+--- i/cdemu-client/CMakeLists.txt
 w/cdemu-client/CMakeLists.txt
+@@ -38,7 +38,8 @@ install (
+ 
+ install (
+ FILES data/cdemu-bash-completion.sh
+-DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
++DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions
++RENAME cdemu
+ )
+ 
+ install (
+diff --git i/cdemu-client/src/cdemu w/cdemu-client/src/cdemu
+index 85bdcc5f30cdffef..a3fa132492266a7a 100755
+--- i/cdemu-client/src/cdemu
 w/cdemu-client/src/cdemu
+@@ -116,7 +116,7 @@ class cmd_load (object):
+ 
+ def __call__ (self, proxy, arguments):
+ # We need to pass absolute filenames to daemon
+-filenames = map(os.path.abspath, arguments.image_file)
++filenames = 

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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:43:57
  Author: heftig
Revision: 206035

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 206034, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/build-fixes.diff
(from rev 206034, cdemu-client/trunk/build-fixes.diff)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/cdemu-client.install

--+
 PKGBUILD |   84 ++---
 build-fixes.diff |   14 
 cdemu-client.install |   11 --
 3 files changed, 52 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 16:41:37 UTC (rev 206034)
+++ PKGBUILD2017-01-07 16:43:57 UTC (rev 206035)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.4
-pkgrel=1
-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=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86')
-
-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 206034, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 16:43:57 UTC (rev 206035)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.4
+pkgrel=2
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(python-gobject cdemu-daemon)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+build-fixes.diff)
+sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
+'908f919e779832eb05013cb0e3ecb49795afddaa4aa8cb946ec78c3218acf534')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np2 -i ../build-fixes.diff
+}
+
+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/build-fixes.diff (from rev 206034, 
cdemu-client/trunk/build-fixes.diff)
===
--- build-fixes.diff(rev 0)
+++ build-fixes.diff2017-01-07 16:43:57 UTC (rev 206035)
@@ -0,0 +1,14 @@
+diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
+index cdcff25232886440..5296229538cd64bf 100644
+--- i/cdemu-client/CMakeLists.txt
 w/cdemu-client/CMakeLists.txt
+@@ -38,7 +38,8 @@ install (
+ 
+ install (
+ FILES data/cdemu-bash-completion.sh
+-DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
++DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions
++RENAME cdemu
+ )
+ 
+ install (

Deleted: cdemu-client.install
===
--- cdemu-client.install2017-01-07 16:41:37 UTC (rev 206034)
+++ cdemu-client.install2017-01-07 16:43:57 UTC (rev 206035)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-07-28 Thread Jan Steffens
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
===
--- PKGBUILD2016-07-28 07:54:22 UTC (rev 184529)
+++ PKGBUILD2016-07-28 07:55:51 UTC (rev 184530)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-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)
+++ PKGBUILD2016-07-28 07:55:51 UTC (rev 184530)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+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.install2016-07-28 07:54:22 UTC (rev 184529)
+++ cdemu-client.install2016-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.install2016-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
+}


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

2016-01-08 Thread Jan Steffens
Date: Saturday, January 9, 2016 @ 00:27:47
  Author: heftig
Revision: 155737

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-08 23:26:22 UTC (rev 155736)
+++ PKGBUILD2016-01-08 23:27:47 UTC (rev 155737)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.1
-pkgrel=1
-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
-}
-
-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 155736, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-08 23:27:47 UTC (rev 155737)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+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
+}

Deleted: cdemu-client.install
===
--- cdemu-client.install2016-01-08 23:26:22 UTC (rev 155736)
+++ cdemu-client.install2016-01-08 23:27:47 UTC (rev 155737)
@@ -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 155736, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2016-01-08 23:27:47 UTC (rev 155737)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-11-24 Thread Jan Steffens
Date: Tuesday, November 24, 2015 @ 23:25:28
  Author: heftig
Revision: 147729

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   84 -
 cdemu-client.install |   22 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-24 22:25:04 UTC (rev 147728)
+++ PKGBUILD2015-11-24 22:25:28 UTC (rev 147729)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.0
-pkgrel=1
-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=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
-
-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
-}
-
-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 147728, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-24 22:25:28 UTC (rev 147729)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.1
+pkgrel=1
+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
+}
+
+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.install2015-11-24 22:25:04 UTC (rev 147728)
+++ cdemu-client.install2015-11-24 22:25:28 UTC (rev 147729)
@@ -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 147728, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2015-11-24 22:25:28 UTC (rev 147729)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:49:00
  Author: heftig
Revision: 113772

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:48:31 UTC (rev 113771)
+++ PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-client
-pkgver=2.1.1
-pkgrel=1
-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=('204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964')
-
-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 completion dir change
-  sed -i CMakeLists.txt -e s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|
-}
-
-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 113771, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-client
+pkgver=3.0.0
+pkgrel=1
+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=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
+
+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
+}
+
+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.install2014-06-29 21:48:31 UTC (rev 113771)
+++ cdemu-client.install2014-06-29 21:49:00 UTC (rev 113772)
@@ -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 113771, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2014-06-29 21:49:00 UTC (rev 113772)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-12-19 Thread Jan Steffens
Date: Friday, December 20, 2013 @ 02:24:21
  Author: heftig
Revision: 102786

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-20 01:23:58 UTC (rev 102785)
+++ PKGBUILD2013-12-20 01:24:21 UTC (rev 102786)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-client
-pkgver=2.1.0
-pkgrel=1
-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=('9bd0448368b5e51eb2acfe420f612f67e3b3d4aae4aa80fa36ce130fa0a10c9f')
-
-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 completion dir change
-  sed -i CMakeLists.txt -e s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|
-}
-
-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 102785, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-20 01:24:21 UTC (rev 102786)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-client
+pkgver=2.1.1
+pkgrel=1
+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=('204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964')
+
+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 completion dir change
+  sed -i CMakeLists.txt -e s|\
+DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
+DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|
+}
+
+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.install2013-12-20 01:23:58 UTC (rev 102785)
+++ cdemu-client.install2013-12-20 01:24:21 UTC (rev 102786)
@@ -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 102785, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2013-12-20 01:24:21 UTC (rev 102786)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-06-07 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 02:41:21
  Author: heftig
Revision: 92547

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-08 00:40:57 UTC (rev 92546)
+++ PKGBUILD2013-06-08 00:41:21 UTC (rev 92547)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=cdemu-client
-pkgver=2.0.0
-pkgrel=1
-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;)
-md5sums=('ceeec43270c28ea02c7e8a5a7009f3e0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|2|' src/cdemu
-
-  # fix text domain
-  # bash completion dir change
-  sed -i CMakeLists.txt -e /^project /s/cdemu/-client/ -e s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|
-
-  mkdir build; cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}

Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 92546, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-08 00:41:21 UTC (rev 92547)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=cdemu-client
+pkgver=2.1.0
+pkgrel=1
+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=('9bd0448368b5e51eb2acfe420f612f67e3b3d4aae4aa80fa36ce130fa0a10c9f')
+
+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 completion dir change
+  sed -i CMakeLists.txt -e s|\
+DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
+DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|
+}
+
+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.install2013-06-08 00:40:57 UTC (rev 92546)
+++ cdemu-client.install2013-06-08 00:41:21 UTC (rev 92547)
@@ -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 92546, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2013-06-08 00:41:21 UTC (rev 92547)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}