summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2015-07-15 19:44:30 +0200
committerAdriĆ  Arrufat2015-07-15 19:44:30 +0200
commit6aaf28ca4b562686fbd68a3c97a6c52262c3aae1 (patch)
tree27202befd0a26be580859a5bef27a94715ad1e5c
downloadaur-6aaf28ca4b562686fbd68a3c97a6c52262c3aae1.tar.gz
Initial import
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD23
-rw-r--r--dropbox-kde.install11
3 files changed, 57 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3de01e71e21b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = dropbox-kde-systray-icons
+ pkgdesc = Dropbox systray icons that fit better in KDE 4
+ pkgver = 1
+ pkgrel = 1
+ url = http://kde-look.org/content/show.php?content=141519
+ install = dropbox-kde.install
+ arch = any
+ license = GPL
+ depends = hicolor-icon-theme
+ depends = dropbox
+ conflicts = dropbox-faenza-light
+ conflicts = dropbox-humanity-dark-icons
+ conflicts = dropbox-dark-panel-icons
+ conflicts = dropbox-humanity-icons
+ conflicts = dropbox-light-panel-icons
+ conflicts = dropbox-ubuntu-mono-light
+ conflicts = dropbox-ubuntu-mono-dark
+ conflicts = dropbox-faenza-dark
+ source = http://cccliparts.org/CONTENT/content-files/141519-dropbox-icons.tar.gz
+ md5sums = d4ec417f3906e99f3deef704b38718ae
+
+pkgname = dropbox-kde-systray-icons
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a6800c4d99fb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Adria Arrufat <swiftscythe@gmail.com>
+
+pkgname=dropbox-kde-systray-icons
+pkgver=1
+pkgrel=1
+pkgdesc="Dropbox systray icons that fit better in KDE 4"
+install=dropbox-kde.install
+arch=('any')
+url="http://kde-look.org/content/show.php?content=141519"
+license=('GPL')
+depends=('hicolor-icon-theme' 'dropbox')
+makedepends=()
+provides=()
+conflicts=('dropbox-faenza-light' 'dropbox-humanity-dark-icons' 'dropbox-dark-panel-icons'
+'dropbox-humanity-icons' 'dropbox-light-panel-icons' 'dropbox-ubuntu-mono-light'
+'dropbox-ubuntu-mono-dark' 'dropbox-faenza-dark')
+source=('http://cccliparts.org/CONTENT/content-files/141519-dropbox-icons.tar.gz')
+md5sums=('d4ec417f3906e99f3deef704b38718ae')
+build() {
+ cd ${srcdir}
+ install -d ${pkgdir}/usr/share/icons/hicolor/16x16/status
+ cp -r dropboxstatus-* ${pkgdir}/usr/share/icons/hicolor/16x16/status
+}
diff --git a/dropbox-kde.install b/dropbox-kde.install
new file mode 100644
index 000000000000..538537817285
--- /dev/null
+++ b/dropbox-kde.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}