Date: Sunday, October 30, 2022 @ 13:33:58
Author: arojas
Revision: 1339420
archrelease: copy trunk to community-x86_64
Added:
smb4k/repos/community-x86_64/PKGBUILD
(from rev 1339419, smb4k/trunk/PKGBUILD)
Deleted:
smb4k/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-30 13:33:45 UTC (rev 1339419)
+++ PKGBUILD 2022-10-30 13:33:58 UTC (rev 1339420)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Emanuele Rampichini <[email protected]>
-
-pkgname=smb4k
-pkgver=3.1.3
-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=('2db516b205913448fd8f28998ba067eb26ae9633ac82d288b6e95b13b0023c5f')
-
-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 1339419,
smb4k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-30 13:33:58 UTC (rev 1339420)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Emanuele Rampichini <[email protected]>
+
+pkgname=smb4k
+pkgver=3.1.4
+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=('681ad8571a50a3f86b81a5a4ae15e022e8d858d06a81052048eff9664b400c2e')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}