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

Giovanni Scafora giovanni at archlinux.org
Mon Oct 24 13:35:45 UTC 2011


    Date: Monday, October 24, 2011 @ 09:35:44
  Author: giovanni
Revision: 141128

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

Added:
  smb4k/repos/extra-i686/PKGBUILD
    (from rev 141127, smb4k/trunk/PKGBUILD)
  smb4k/repos/extra-i686/smb4k.install
    (from rev 141127, smb4k/trunk/smb4k.install)
  smb4k/repos/extra-x86_64/PKGBUILD
    (from rev 141127, smb4k/trunk/PKGBUILD)
  smb4k/repos/extra-x86_64/smb4k.install
    (from rev 141127, 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        |   58 +++++++++++++++++++++----------------------
 extra-i686/smb4k.install   |   24 +++++++----------
 extra-x86_64/PKGBUILD      |   58 +++++++++++++++++++++----------------------
 extra-x86_64/smb4k.install |   24 +++++++----------
 4 files changed, 78 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-i686/PKGBUILD	2011-10-24 13:35:44 UTC (rev 141128)
@@ -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.73
-pkgrel=1
-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://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('8f161a1b1146dc44217826901deb35c8')
-
-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 141127, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
+
+pkgname=smb4k
+pkgver=0.10.90
+pkgrel=1
+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
+}

Deleted: extra-i686/smb4k.install
===================================================================
--- extra-i686/smb4k.install	2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-i686/smb4k.install	2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,14 +0,0 @@
-# $Id: smb4k.install,v 1.2 2009/02/23 03:09:26 travis Exp $
-# arg 1:  the new package version
-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) \$(which umount.cifs)"
-    echo "==> These command will need to be re-run every upgrade of smbclient"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-    post_install $1 
-}

Copied: smb4k/repos/extra-i686/smb4k.install (from rev 141127, smb4k/trunk/smb4k.install)
===================================================================
--- extra-i686/smb4k.install	                        (rev 0)
+++ extra-i686/smb4k.install	2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,10 @@
+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 
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-x86_64/PKGBUILD	2011-10-24 13:35:44 UTC (rev 141128)
@@ -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.73
-pkgrel=1
-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://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('8f161a1b1146dc44217826901deb35c8')
-
-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 141127, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
+
+pkgname=smb4k
+pkgver=0.10.90
+pkgrel=1
+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
+}

Deleted: extra-x86_64/smb4k.install
===================================================================
--- extra-x86_64/smb4k.install	2011-10-24 13:34:59 UTC (rev 141127)
+++ extra-x86_64/smb4k.install	2011-10-24 13:35:44 UTC (rev 141128)
@@ -1,14 +0,0 @@
-# $Id: smb4k.install,v 1.2 2009/02/23 03:09:26 travis Exp $
-# arg 1:  the new package version
-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) \$(which umount.cifs)"
-    echo "==> These command will need to be re-run every upgrade of smbclient"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-    post_install $1 
-}

Copied: smb4k/repos/extra-x86_64/smb4k.install (from rev 141127, smb4k/trunk/smb4k.install)
===================================================================
--- extra-x86_64/smb4k.install	                        (rev 0)
+++ extra-x86_64/smb4k.install	2011-10-24 13:35:44 UTC (rev 141128)
@@ -0,0 +1,10 @@
+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 
+}




More information about the arch-commits mailing list