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

Antonio Rojas arojas at archlinux.org
Tue Apr 19 07:25:48 UTC 2016


    Date: Tuesday, April 19, 2016 @ 09:25:47
  Author: arojas
Revision: 265159

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
    (from rev 265158, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
    (from rev 265158, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 265158, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install
    (from rev 265158, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install

----------------------------------------------------+
 /PKGBUILD                                          |   74 +++++++++++++++++++
 /kdegraphics-mobipocket.install                    |   22 +++++
 kde-unstable-i686/PKGBUILD                         |   37 ---------
 kde-unstable-i686/kdegraphics-mobipocket.install   |   11 --
 kde-unstable-x86_64/PKGBUILD                       |   37 ---------
 kde-unstable-x86_64/kdegraphics-mobipocket.install |   11 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 07:25:19 UTC (rev 265158)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 07:25:47 UTC (rev 265159)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-mobipocket
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('e4bd16e55927d517e9d4badc412eae145ff09051')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 265158, kdegraphics-mobipocket/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 07:25:47 UTC (rev 265159)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-mobipocket
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('57d2c1623b052b56af6c39476461a40c6b1e8994')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-mobipocket.install
===================================================================
--- kde-unstable-i686/kdegraphics-mobipocket.install	2016-04-19 07:25:19 UTC (rev 265158)
+++ kde-unstable-i686/kdegraphics-mobipocket.install	2016-04-19 07:25:47 UTC (rev 265159)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install (from rev 265158, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===================================================================
--- kde-unstable-i686/kdegraphics-mobipocket.install	                        (rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install	2016-04-19 07:25:47 UTC (rev 265159)
@@ -0,0 +1,11 @@
+post_install() {
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-19 07:25:19 UTC (rev 265158)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 07:25:47 UTC (rev 265159)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegraphics-mobipocket
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('e4bd16e55927d517e9d4badc412eae145ff09051')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD (from rev 265158, kdegraphics-mobipocket/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 07:25:47 UTC (rev 265159)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-mobipocket
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('57d2c1623b052b56af6c39476461a40c6b1e8994')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdegraphics-mobipocket.install
===================================================================
--- kde-unstable-x86_64/kdegraphics-mobipocket.install	2016-04-19 07:25:19 UTC (rev 265158)
+++ kde-unstable-x86_64/kdegraphics-mobipocket.install	2016-04-19 07:25:47 UTC (rev 265159)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install (from rev 265158, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===================================================================
--- kde-unstable-x86_64/kdegraphics-mobipocket.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegraphics-mobipocket.install	2016-04-19 07:25:47 UTC (rev 265159)
@@ -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