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

Giovanni Scafora giovanni at archlinux.org
Sat Feb 4 23:32:15 UTC 2012


    Date: Saturday, February 4, 2012 @ 18:32:14
  Author: giovanni
Revision: 148642

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

Added:
  smb4k/repos/extra-i686/PKGBUILD
    (from rev 148641, smb4k/trunk/PKGBUILD)
  smb4k/repos/extra-i686/smb4k.install
    (from rev 148641, smb4k/trunk/smb4k.install)
  smb4k/repos/extra-x86_64/PKGBUILD
    (from rev 148641, smb4k/trunk/PKGBUILD)
  smb4k/repos/extra-x86_64/smb4k.install
    (from rev 148641, smb4k/trunk/smb4k.install)
Deleted:
  smb4k/repos/extra-i686/PKGBUILD
  smb4k/repos/extra-i686/smb4k.install
  smb4k/repos/extra-x86_64/PKGBUILD
  smb4k/repos/extra-x86_64/smb4k.install

----------------------------+
 extra-i686/PKGBUILD        |   59 +++++++++++++++++++++----------------------
 extra-i686/smb4k.install   |   21 ++++++++-------
 extra-x86_64/PKGBUILD      |   59 +++++++++++++++++++++----------------------
 extra-x86_64/smb4k.install |   21 ++++++++-------
 4 files changed, 82 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-04 23:31:39 UTC (rev 148641)
+++ extra-i686/PKGBUILD	2012-02-04 23:32:14 UTC (rev 148642)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
-
-pkgname=smb4k
-pkgver=0.10.90
-pkgrel=2
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.berlios.de/"
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-install=smb4k.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6e166eead700e0a21d4f324be4471e11')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 148641, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-04 23:32:14 UTC (rev 148642)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
+
+pkgname=smb4k
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/"
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+install=smb4k.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('d00b71aac63aa9c68e68e5980c07a01b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/smb4k.install
===================================================================
--- extra-i686/smb4k.install	2012-02-04 23:31:39 UTC (rev 148641)
+++ extra-i686/smb4k.install	2012-02-04 23:32:14 UTC (rev 148642)
@@ -1,10 +0,0 @@
-post_install() {
-    echo "==> Note: To enable mounting and unmounting of smb/cifs shares as"
-    echo "==> user, you will need to issue the following command as root:"
-    echo "# chmod +s \$(which mount.cifs)"
-    echo "==> These command will need to be re-run every upgrade of smbclient"
-}
-
-post_upgrade() {
-    post_install $1 
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 148641, smb4k/trunk/smb4k.install)
===================================================================
--- extra-i686/smb4k.install	                        (rev 0)
+++ extra-i686/smb4k.install	2012-02-04 23:32:14 UTC (rev 148642)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-04 23:31:39 UTC (rev 148641)
+++ extra-x86_64/PKGBUILD	2012-02-04 23:32:14 UTC (rev 148642)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
-
-pkgname=smb4k
-pkgver=0.10.90
-pkgrel=2
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.berlios.de/"
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-install=smb4k.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6e166eead700e0a21d4f324be4471e11')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-x86_64/PKGBUILD (from rev 148641, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-04 23:32:14 UTC (rev 148642)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
+
+pkgname=smb4k
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/"
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'docbook-xsl')
+install=smb4k.install
+source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('d00b71aac63aa9c68e68e5980c07a01b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=RELEASE
+  make VERBOSE=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/smb4k.install
===================================================================
--- extra-x86_64/smb4k.install	2012-02-04 23:31:39 UTC (rev 148641)
+++ extra-x86_64/smb4k.install	2012-02-04 23:32:14 UTC (rev 148642)
@@ -1,10 +0,0 @@
-post_install() {
-    echo "==> Note: To enable mounting and unmounting of smb/cifs shares as"
-    echo "==> user, you will need to issue the following command as root:"
-    echo "# chmod +s \$(which mount.cifs)"
-    echo "==> These command will need to be re-run every upgrade of smbclient"
-}
-
-post_upgrade() {
-    post_install $1 
-}

Copied: smb4k/repos/extra-x86_64/smb4k.install (from rev 148641, smb4k/trunk/smb4k.install)
===================================================================
--- extra-x86_64/smb4k.install	                        (rev 0)
+++ extra-x86_64/smb4k.install	2012-02-04 23:32:14 UTC (rev 148642)
@@ -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