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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 2 09:33:31 UTC 2022


    Date: Saturday, April 2, 2022 @ 09:33:31
  Author: arojas
Revision: 1180774

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 09:33:20 UTC (rev 1180773)
+++ PKGBUILD	2022-04-02 09:33:31 UTC (rev 1180774)
@@ -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.1.1
-pkgrel=1
-pkgdesc='A KDE program that browses samba shares'
-arch=(x86_64)
-url='https://smb4k.sourceforge.net/'
-license=(GPL)
-depends=(kparts kdnssd hicolor-icon-theme smbclient)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('0bf0d8b0e71478f1e543f8f2897ed1a57cc1307c088c19a9c36e0aabec2f30a1')
-
-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 1180773, smb4k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-02 09:33:31 UTC (rev 1180774)
@@ -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.1.2
+pkgrel=1
+pkgdesc='A KDE program that browses samba shares'
+arch=(x86_64)
+url='https://smb4k.sourceforge.net/'
+license=(GPL)
+depends=(kparts kdnssd hicolor-icon-theme smbclient)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('1586a390dd4644e04453fe307c0aae2dcc0a60f9b74c65e0552438d3cbaea5d8')
+
+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