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

Antonio Rojas arojas at archlinux.org
Fri Nov 6 07:12:02 UTC 2020


    Date: Friday, November 6, 2020 @ 07:12:02
  Author: arojas
Revision: 743879

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-06 07:11:37 UTC (rev 743878)
+++ PKGBUILD	2020-11-06 07:12:02 UTC (rev 743879)
@@ -1,25 +0,0 @@
-# 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=3.0.6
-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 smbclient)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('07ae0e265069347c097937a367fc33897e7d8ec6e2118d8e9b7e15829ab3e643')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: smb4k/repos/community-x86_64/PKGBUILD (from rev 743878, smb4k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-06 07:12:02 UTC (rev 743879)
@@ -0,0 +1,25 @@
+# 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=3.0.7
+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 smbclient)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('0d76fed6d38fb557fdb34527ee67fa1451b16cc2aee1f1b31f362be7cd2f7330')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list