[arch-commits] Commit in smb4k/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 8 17:53:00 UTC 2020
Date: Sunday, March 8, 2020 @ 17:52:59
Author: arojas
Revision: 592303
archrelease: copy trunk to community-x86_64
Added:
smb4k/repos/community-x86_64/PKGBUILD
(from rev 592302, smb4k/trunk/PKGBUILD)
Deleted:
smb4k/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 17:52:41 UTC (rev 592302)
+++ PKGBUILD 2020-03-08 17:52:59 UTC (rev 592303)
@@ -1,34 +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.2
-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=('39028049a12247012db6d84063c82991fc4422672a2bddd0ffb3438ca4924ab5')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
-
- make DESTDIR="$pkgdir" install
-}
Copied: smb4k/repos/community-x86_64/PKGBUILD (from rev 592302, smb4k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 17:52:59 UTC (rev 592303)
@@ -0,0 +1,33 @@
+# 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.3
+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=('f9ae9a1232e1cf52549e430b83cbd5ebf32dfd54ec22575eabdf7c4a19f3e99d')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list