[arch-commits] Commit in smb4k/repos (8 files)
Giovanni Scafora
giovanni at archlinux.org
Sat Sep 3 00:05:20 UTC 2011
Date: Friday, September 2, 2011 @ 20:05:20
Author: giovanni
Revision: 136927
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
smb4k/repos/extra-i686/PKGBUILD
(from rev 136926, smb4k/trunk/PKGBUILD)
smb4k/repos/extra-i686/smb4k.install
(from rev 136926, smb4k/trunk/smb4k.install)
smb4k/repos/extra-x86_64/PKGBUILD
(from rev 136926, smb4k/trunk/PKGBUILD)
smb4k/repos/extra-x86_64/smb4k.install
(from rev 136926, 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 | 28 ++++++++++----------
extra-x86_64/PKGBUILD | 58 +++++++++++++++++++++----------------------
extra-x86_64/smb4k.install | 28 ++++++++++----------
4 files changed, 86 insertions(+), 86 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-03 00:04:35 UTC (rev 136926)
+++ extra-i686/PKGBUILD 2011-09-03 00:05:20 UTC (rev 136927)
@@ -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.70
-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=('30f916d8f72fc43a9eca8f344960b43a')
-
-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 136926, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-03 00:05:20 UTC (rev 136927)
@@ -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.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
+}
Deleted: extra-i686/smb4k.install
===================================================================
--- extra-i686/smb4k.install 2011-09-03 00:04:35 UTC (rev 136926)
+++ extra-i686/smb4k.install 2011-09-03 00:05:20 UTC (rev 136927)
@@ -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 136926, smb4k/trunk/smb4k.install)
===================================================================
--- extra-i686/smb4k.install (rev 0)
+++ extra-i686/smb4k.install 2011-09-03 00:05:20 UTC (rev 136927)
@@ -0,0 +1,14 @@
+# $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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-03 00:04:35 UTC (rev 136926)
+++ extra-x86_64/PKGBUILD 2011-09-03 00:05:20 UTC (rev 136927)
@@ -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.70
-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=('30f916d8f72fc43a9eca8f344960b43a')
-
-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 136926, smb4k/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-03 00:05:20 UTC (rev 136927)
@@ -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.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
+}
Deleted: extra-x86_64/smb4k.install
===================================================================
--- extra-x86_64/smb4k.install 2011-09-03 00:04:35 UTC (rev 136926)
+++ extra-x86_64/smb4k.install 2011-09-03 00:05:20 UTC (rev 136927)
@@ -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 136926, smb4k/trunk/smb4k.install)
===================================================================
--- extra-x86_64/smb4k.install (rev 0)
+++ extra-x86_64/smb4k.install 2011-09-03 00:05:20 UTC (rev 136927)
@@ -0,0 +1,14 @@
+# $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
+}
More information about the arch-commits
mailing list