summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Scheirer2016-01-29 23:02:24 -0500
committerMatt Scheirer2016-01-29 23:02:24 -0500
commit0e0cdf57869c8d181bdec93e99af75533557b711 (patch)
tree835364560a71c5edbfcf9e1f39e3e3612ad37222
parentd578d9c88e04c602d89fb1556c91d9480052e856 (diff)
downloadaur-0e0cdf57869c8d181bdec93e99af75533557b711.tar.gz
So this is not legacy, and is actually needed - accounts-glib invokes get_icon_name on providers.
This reverts commit d578d9c88e04c602d89fb1556c91d9480052e856.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da6095322885..fed6a4847b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 03:40:01 UTC 2016
+# Sat Jan 30 03:37:13 UTC 2016
pkgbase = kaccounts-providers-git
pkgdesc = Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others
pkgver = v15.12.0.r10.gd7f438c
pkgrel = 1
url = https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers
+ install = kaccounts-providers-git.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d0c9ff523fbd..724ce5bef231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ depends=('kaccounts-integration')
makedepends=('extra-cmake-modules' 'git' 'intltool')
provides=('kaccounts-providers')
conflicts=('kaccounts-providers')
+install=$pkgname.install
source=("git://anongit.kde.org/$_gitname")
sha256sums=('SKIP')