[arch-commits] Commit in kdeutils-kfloppy/repos (8 files)

Andrea Scarpino andrea at archlinux.org
Sun Mar 4 15:04:33 UTC 2012


    Date: Sunday, March 4, 2012 @ 10:04:33
  Author: andrea
Revision: 152107

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

Added:
  kdeutils-kfloppy/repos/staging-i686/
  kdeutils-kfloppy/repos/staging-i686/PKGBUILD
    (from rev 152105, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/staging-i686/kdeutils-kfloppy.install
    (from rev 152105, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/staging-x86_64/
  kdeutils-kfloppy/repos/staging-x86_64/PKGBUILD
    (from rev 152106, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/staging-x86_64/kdeutils-kfloppy.install
    (from rev 152106, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
Modified:
  kdeutils-kfloppy/repos/extra-i686/PKGBUILD
  kdeutils-kfloppy/repos/extra-x86_64/PKGBUILD

-----------------------------------------+
 extra-i686/PKGBUILD                     |    2 -
 extra-x86_64/PKGBUILD                   |    2 -
 staging-i686/PKGBUILD                   |   33 ++++++++++++++++++++++++++++++
 staging-i686/kdeutils-kfloppy.install   |   12 ++++++++++
 staging-x86_64/PKGBUILD                 |   33 ++++++++++++++++++++++++++++++
 staging-x86_64/kdeutils-kfloppy.install |   12 ++++++++++
 6 files changed, 92 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-04 15:04:26 UTC (rev 152106)
+++ extra-i686/PKGBUILD	2012-03-04 15:04:33 UTC (rev 152107)
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kfloppy-${pkgver}.tar.xz")
 sha1sums=('5f1ea4bf5e145ce3eb8cc136ac36c57675ad489c')
 
 build() {

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-04 15:04:26 UTC (rev 152106)
+++ extra-x86_64/PKGBUILD	2012-03-04 15:04:33 UTC (rev 152107)
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kfloppy-${pkgver}.tar.xz")
 sha1sums=('5f1ea4bf5e145ce3eb8cc136ac36c57675ad489c')
 
 build() {

Copied: kdeutils-kfloppy/repos/staging-i686/PKGBUILD (from rev 152105, kdeutils-kfloppy/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-03-04 15:04:33 UTC (rev 152107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kfloppy
+pkgver=4.8.1
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kfloppy-${pkgver}.tar.xz")
+sha1sums=('78c5dfa1198d9c215ff2a22b82c4e3db2b7c0485')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/staging-i686/kdeutils-kfloppy.install (from rev 152105, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===================================================================
--- staging-i686/kdeutils-kfloppy.install	                        (rev 0)
+++ staging-i686/kdeutils-kfloppy.install	2012-03-04 15:04:33 UTC (rev 152107)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeutils-kfloppy/repos/staging-x86_64/PKGBUILD (from rev 152106, kdeutils-kfloppy/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-03-04 15:04:33 UTC (rev 152107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-kfloppy
+pkgver=4.8.1
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kfloppy-${pkgver}.tar.xz")
+sha1sums=('78c5dfa1198d9c215ff2a22b82c4e3db2b7c0485')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/staging-x86_64/kdeutils-kfloppy.install (from rev 152106, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===================================================================
--- staging-x86_64/kdeutils-kfloppy.install	                        (rev 0)
+++ staging-x86_64/kdeutils-kfloppy.install	2012-03-04 15:04:33 UTC (rev 152107)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list