summaryrefslogtreecommitdiff
path: root/extra/kdenetwork-filesharing
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-20 02:15:20 -0700
committerroot <root@rshg054.dnsready.net>2013-08-20 02:15:20 -0700
commit1ae31a85e191bbf7313077b472a66d1c24af1f74 (patch)
tree91f021858c2e33e1a6633c12b80e54105fd7500b /extra/kdenetwork-filesharing
parent26606f981048ee9efcda690b619d3c53501a7a58 (diff)
Tue Aug 20 02:14:51 PDT 2013
Diffstat (limited to 'extra/kdenetwork-filesharing')
-rw-r--r--extra/kdenetwork-filesharing/PKGBUILD31
-rw-r--r--extra/kdenetwork-filesharing/kdenetwork-filesharing.install11
2 files changed, 42 insertions, 0 deletions
diff --git a/extra/kdenetwork-filesharing/PKGBUILD b/extra/kdenetwork-filesharing/PKGBUILD
new file mode 100644
index 000000000..cf7f0b538
--- /dev/null
+++ b/extra/kdenetwork-filesharing/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+
+pkgname=kdenetwork-filesharing
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz")
+sha1sums=('02fb41306fb3bc6b42d3c478665a8df5958d0268')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kdenetwork-filesharing-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR=$pkgdir install
+}
diff --git a/extra/kdenetwork-filesharing/kdenetwork-filesharing.install b/extra/kdenetwork-filesharing/kdenetwork-filesharing.install
new file mode 100644
index 000000000..e70c054ec
--- /dev/null
+++ b/extra/kdenetwork-filesharing/kdenetwork-filesharing.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}