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

Giovanni Scafora giovanni at archlinux.org
Wed Nov 30 23:07:49 UTC 2011


    Date: Wednesday, November 30, 2011 @ 18:07:49
  Author: giovanni
Revision: 143967

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-30 23:07:26 UTC (rev 143966)
+++ extra-i686/PKGBUILD	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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=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
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 143966, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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=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
+}

Deleted: extra-i686/smb4k.install
===================================================================
--- extra-i686/smb4k.install	2011-11-30 23:07:26 UTC (rev 143966)
+++ extra-i686/smb4k.install	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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 143966, smb4k/trunk/smb4k.install)
===================================================================
--- extra-i686/smb4k.install	                        (rev 0)
+++ extra-i686/smb4k.install	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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-11-30 23:07:26 UTC (rev 143966)
+++ extra-x86_64/PKGBUILD	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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=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
-}

Copied: smb4k/repos/extra-x86_64/PKGBUILD (from rev 143966, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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=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
+}

Deleted: extra-x86_64/smb4k.install
===================================================================
--- extra-x86_64/smb4k.install	2011-11-30 23:07:26 UTC (rev 143966)
+++ extra-x86_64/smb4k.install	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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 143966, smb4k/trunk/smb4k.install)
===================================================================
--- extra-x86_64/smb4k.install	                        (rev 0)
+++ extra-x86_64/smb4k.install	2011-11-30 23:07:49 UTC (rev 143967)
@@ -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