[arch-commits] Commit in smb4k/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jan 14 22:28:37 UTC 2019


    Date: Monday, January 14, 2019 @ 22:28:37
  Author: arojas
Revision: 423097

archrelease: copy trunk to community-x86_64

Added:
  smb4k/repos/community-x86_64/PKGBUILD
    (from rev 423096, smb4k/trunk/PKGBUILD)
Deleted:
  smb4k/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-14 22:28:09 UTC (rev 423096)
+++ PKGBUILD	2019-01-14 22:28:37 UTC (rev 423097)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
-
-pkgname=smb4k
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="A KDE program that browses samba shares"
-arch=(x86_64)
-url="https://smb4k.sourceforge.net/"
-license=(GPL)
-depends=(kparts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('36f68f75ec3b9ada0f263acbee24a4e9b3f7aa0136e23b12f2af8f06f6c606bc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: smb4k/repos/community-x86_64/PKGBUILD (from rev 423096, smb4k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-14 22:28:37 UTC (rev 423097)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
+
+pkgname=smb4k
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="A KDE program that browses samba shares"
+arch=(x86_64)
+url="https://smb4k.sourceforge.net/"
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('36f68f75ec3b9ada0f263acbee24a4e9b3f7aa0136e23b12f2af8f06f6c606bc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list