summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-06-22 18:57:50 +0200
committerwillemw122021-06-22 18:57:50 +0200
commit972d70044a87bf43451bcf5c84a0bfa0932c981d (patch)
treee61b70dbd67ffae4f5af5a7d1acd30b021b7c941
parentfc3a62b43ff9b8ad9af5cda379d67dc1b46d4a00 (diff)
downloadaur-972d70044a87bf43451bcf5c84a0bfa0932c981d.tar.gz
Remove gtk-update-icon-cache and .install file
Update URL
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--cloudsn.install12
3 files changed, 5 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b1aeafa8054..99122153e41e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = cloudsn
pkgdesc = E-mail (POP3, Gmail, IMAP), RSS and tweets notifier
pkgver = 0.10.2
- pkgrel = 4
- url = http://chuchiperriman.github.com/cloud-services-notifications/
- install = cloudsn.install
+ pkgrel = 5
+ url = https://chuchiperriman.github.io/cloud-services-notifications/
arch = any
license = GPL3
- depends = gtk-update-icon-cache
depends = pygtk
depends = python2-dbus
depends = python2-gobject
@@ -19,4 +17,3 @@ pkgbase = cloudsn
md5sums = 470a67a55e00bb6785bf717c58c937f8
pkgname = cloudsn
-
diff --git a/PKGBUILD b/PKGBUILD
index 262ac06ad22a..6ccaea8ca8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,21 +5,19 @@
_pkgname=cloud-services-notifications
pkgname=cloudsn
pkgver=0.10.2
-pkgrel=4
+pkgrel=5
pkgdesc="E-mail (POP3, Gmail, IMAP), RSS and tweets notifier"
arch=('any')
-url="http://chuchiperriman.github.com/cloud-services-notifications/"
+url="https://chuchiperriman.github.io/cloud-services-notifications/"
license=('GPL3')
# See ubuntu package 'python-indicate'
#'libindicate-gtk2' 'libindicate-gtk3'
-depends=('gtk-update-icon-cache' 'pygtk' 'python2-dbus' 'python2-gobject'
- 'python2-notify' 'python2-xdg')
+depends=('pygtk' 'python2-dbus' 'python2-gobject' 'python2-notify' 'python2-xdg')
optdepends=('python2-feedparser: RSS support'
'python2-gnomekeyring: store passwords in gnome-keyring'
'gstreamer0.10-python: play sounds')
-install=cloudsn.install
source=(https://github.com/chuchiperriman/$_pkgname/archive/$pkgver.tar.gz)
md5sums=('470a67a55e00bb6785bf717c58c937f8')
diff --git a/cloudsn.install b/cloudsn.install
deleted file mode 100644
index d641c9a2c2de..000000000000
--- a/cloudsn.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-