[arch-commits] Commit in smb4k/trunk (PKGBUILD smb4k.install)

Giovanni Scafora giovanni at archlinux.org
Sat Feb 4 23:31:40 UTC 2012


    Date: Saturday, February 4, 2012 @ 18:31:39
  Author: giovanni
Revision: 148641

upgpkg: smb4k 1.0.0-1

upstream release

Modified:
  smb4k/trunk/PKGBUILD
  smb4k/trunk/smb4k.install

---------------+
 PKGBUILD      |   13 +++++++------
 smb4k.install |   11 ++++++-----
 2 files changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-04 21:40:08 UTC (rev 148640)
+++ PKGBUILD	2012-02-04 23:31:39 UTC (rev 148641)
@@ -3,22 +3,23 @@
 # Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
 
 pkgname=smb4k
-pkgver=0.10.90
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
-url="http://smb4k.berlios.de/"
+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%28development%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6e166eead700e0a21d4f324be4471e11')
+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
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=RELEASE
   make VERBOSE=1
 }
 

Modified: smb4k.install
===================================================================
--- smb4k.install	2012-02-04 21:40:08 UTC (rev 148640)
+++ smb4k.install	2012-02-04 23:31:39 UTC (rev 148641)
@@ -1,10 +1,11 @@
 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"
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 }
 
 post_upgrade() {
-    post_install $1 
+  post_install
 }
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list