summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2022-02-17 02:58:11 +0900
committerQue Quotion2022-02-17 02:58:11 +0900
commit659aa4430d167f29f60af24050a036e88ee4c03c (patch)
treefe3fe65d92f2546bcc91218c430165a09d250a9c
parent9f63810f87a1722e458802fab0b95c8c98279eca (diff)
downloadaur-659aa4430d167f29f60af24050a036e88ee4c03c.tar.gz
Switch to community maitained fork (Lafydev); good luck building it
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2961dbfa20..af332d4d9af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,25 @@
-# Generated by mksrcinfo v8
-# Sun May 28 10:23:05 UTC 2017
pkgbase = wingpanel-indicator-ayatana-git
- pkgdesc = Wingpanel Ayatana-Compatibility Indicator
+ pkgdesc = Wingpanel Ayatana-Compatibility Indicator (community fork)
pkgver = r36.8533b03
- pkgrel = 1
- url = https://github.com/elementary/wingpanel-indicator-ayatana
+ pkgrel = 2
+ url = https://github.com/Lafydev/wingpanel-indicator-ayatana
arch = i686
arch = x86_64
license = GPL3
- makedepends = cmake
makedepends = git
- makedepends = gobject-introspection
+ makedepends = meson
makedepends = vala
- depends = gdk-pixbuf2
+ makedepends = wingpanel
depends = glib2
depends = glibc
- depends = gtk3
- depends = libgee
+ depends = gtk3-ubuntu
+ depends = indicator-application
depends = libindicator-gtk3-ubuntu
- depends = libwingpanel-2.0.so
+ depends = libgranite.so
+ depends = libwingpanel.so
provides = wingpanel-indicator-ayatana
conflicts = wingpanel-indicator-ayatana
- replaces = wingpanel-indicator-ayatana-bzr
- source = git+https://github.com/elementary/wingpanel-indicator-ayatana.git
+ source = git+https://github.com/Lafydev/wingpanel-indicator-ayatana.git
sha256sums = SKIP
pkgname = wingpanel-indicator-ayatana-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3c2b7799176e..38f71c3c0724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
+# Maintainer: Que Quotion <quequotion@bugmenot.com>
+# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-ayatana-git
pkgver=r36.8533b03
-pkgrel=1
-pkgdesc='Wingpanel Ayatana-Compatibility Indicator'
+pkgrel=2
+pkgdesc='Wingpanel Ayatana-Compatibility Indicator (community fork)'
arch=('i686' 'x86_64')
-url='https://github.com/elementary/wingpanel-indicator-ayatana'
+url='https://github.com/Lafydev/wingpanel-indicator-ayatana'
license=('GPL3')
-depends=('gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee'
- 'libindicator-gtk3-ubuntu'
- 'libwingpanel-2.0.so')
-makedepends=('cmake' 'git' 'gobject-introspection' 'vala')
+depends=('glib2' 'glibc' 'gtk3-ubuntu' 'indicator-application' lib{indicator-gtk3-ubuntu,{granite,wingpanel}.so})
+makedepends=('git' 'meson' 'vala' 'wingpanel')
provides=('wingpanel-indicator-ayatana')
conflicts=('wingpanel-indicator-ayatana')
-replaces=('wingpanel-indicator-ayatana-bzr')
-source=('git+https://github.com/elementary/wingpanel-indicator-ayatana.git')
+source=('git+https://github.com/Lafydev/wingpanel-indicator-ayatana.git')
sha256sums=('SKIP')
pkgver() {