[arch-commits] Commit in kdegraphics-mobipocket/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Thu May 3 15:17:47 UTC 2012


    Date: Thursday, May 3, 2012 @ 11:17:47
  Author: andrea
Revision: 158295

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdegraphics-mobipocket/repos/staging-i686/
  kdegraphics-mobipocket/repos/staging-i686/PKGBUILD
    (from rev 158294, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/staging-i686/kdegraphics-mobipocket.install
    (from rev 158294, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/staging-x86_64/
  kdegraphics-mobipocket/repos/staging-x86_64/PKGBUILD
    (from rev 158294, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/staging-x86_64/kdegraphics-mobipocket.install
    (from rev 158294, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)

-----------------------------------------------+
 staging-i686/PKGBUILD                         |   32 ++++++++++++++++++++++++
 staging-i686/kdegraphics-mobipocket.install   |   11 ++++++++
 staging-x86_64/PKGBUILD                       |   32 ++++++++++++++++++++++++
 staging-x86_64/kdegraphics-mobipocket.install |   11 ++++++++
 4 files changed, 86 insertions(+)

Copied: kdegraphics-mobipocket/repos/staging-i686/PKGBUILD (from rev 158294, kdegraphics-mobipocket/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-05-03 15:17:47 UTC (rev 158295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.3
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('97a19a437e53f1b0ec538d7d35bbf25605e6845e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegraphics-mobipocket/repos/staging-i686/kdegraphics-mobipocket.install (from rev 158294, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===================================================================
--- staging-i686/kdegraphics-mobipocket.install	                        (rev 0)
+++ staging-i686/kdegraphics-mobipocket.install	2012-05-03 15:17:47 UTC (rev 158295)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdegraphics-mobipocket/repos/staging-x86_64/PKGBUILD (from rev 158294, kdegraphics-mobipocket/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-05-03 15:17:47 UTC (rev 158295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-mobipocket
+pkgver=4.8.3
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'kdegraphics-okular')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('97a19a437e53f1b0ec538d7d35bbf25605e6845e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegraphics-mobipocket/repos/staging-x86_64/kdegraphics-mobipocket.install (from rev 158294, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===================================================================
--- staging-x86_64/kdegraphics-mobipocket.install	                        (rev 0)
+++ staging-x86_64/kdegraphics-mobipocket.install	2012-05-03 15:17:47 UTC (rev 158295)
@@ -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