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

Eric Bélanger eric at archlinux.org
Tue Sep 30 01:57:28 UTC 2014


    Date: Tuesday, September 30, 2014 @ 03:57:28
  Author: eric
Revision: 119854

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

Added:
  krename/repos/community-staging-i686/PKGBUILD
    (from rev 119853, krename/trunk/PKGBUILD)
  krename/repos/community-staging-i686/krename.install
    (from rev 119853, krename/trunk/krename.install)
  krename/repos/community-staging-x86_64/PKGBUILD
    (from rev 119853, krename/trunk/PKGBUILD)
  krename/repos/community-staging-x86_64/krename.install
    (from rev 119853, krename/trunk/krename.install)
Deleted:
  krename/repos/community-staging-x86_64/PKGBUILD
  krename/repos/community-staging-x86_64/krename.install

------------------------------------------+
 /PKGBUILD                                |   31 +++++++++++++++++++++++++++++
 /krename.install                         |   11 ++++++++++
 community-staging-i686/PKGBUILD          |   31 +++++++++++++++++++++++++++++
 community-staging-i686/krename.install   |   11 ++++++++++
 community-staging-x86_64/PKGBUILD        |   31 -----------------------------
 community-staging-x86_64/krename.install |   11 ----------
 6 files changed, 84 insertions(+), 42 deletions(-)

Copied: krename/repos/community-staging-i686/PKGBUILD (from rev 119853, krename/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-30 01:57:28 UTC (rev 119854)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=4
+pkgdesc="A very powerful batch file renamer for KDE"
+arch=('i686' 'x86_64')
+url="http://www.krename.net"
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krename/repos/community-staging-i686/krename.install (from rev 119853, krename/trunk/krename.install)
===================================================================
--- community-staging-i686/krename.install	                        (rev 0)
+++ community-staging-i686/krename.install	2014-09-30 01:57:28 UTC (rev 119854)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-09-30 01:24:41 UTC (rev 119853)
+++ community-staging-x86_64/PKGBUILD	2014-09-30 01:57:28 UTC (rev 119854)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=krename
-pkgver=4.0.9
-pkgrel=4
-pkgdesc="A very powerful batch file renamer for KDE"
-arch=('i686' 'x86_64')
-url="http://www.krename.net"
-license=('GPL')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-options=('libtool')
-install=krename.install
-source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
-  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: krename/repos/community-staging-x86_64/PKGBUILD (from rev 119853, krename/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-30 01:57:28 UTC (rev 119854)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=4
+pkgdesc="A very powerful batch file renamer for KDE"
+arch=('i686' 'x86_64')
+url="http://www.krename.net"
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-I/usr/include/freetype2"
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/krename.install
===================================================================
--- community-staging-x86_64/krename.install	2014-09-30 01:24:41 UTC (rev 119853)
+++ community-staging-x86_64/krename.install	2014-09-30 01:57:28 UTC (rev 119854)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: krename/repos/community-staging-x86_64/krename.install (from rev 119853, krename/trunk/krename.install)
===================================================================
--- community-staging-x86_64/krename.install	                        (rev 0)
+++ community-staging-x86_64/krename.install	2014-09-30 01:57:28 UTC (rev 119854)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list