summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 479733ba3fee..1bcf0e3a5517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,9 @@ pkgbase = ido-ubuntu
makedepends = gtk-doc
makedepends = vala
makedepends = xorg-util-macros
- depends = gtk3-ubuntu
+ depends = gtk3
+ provides = ido
+ conflicts = ido
source = https://launchpad.net/ubuntu/+archive/primary/+files/ido_13.10.0+17.04.20161028.orig.tar.gz
source = 0001-Temporarily-disable-previous-button-drop-shadow-draw.patch
sha512sums = 867157c9e316eb5ed69ebdf1017ed86990aabf7a885ba26acab36782f0f27e10b4621a7db15ac90335e808022490a98560d5ff443e6f697c578eed5868385ebd
diff --git a/PKGBUILD b/PKGBUILD
index e021bde6d087..fdf61fcc3a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,9 @@ pkgdesc="Widgets and other objects used for indicators"
arch=(i686 x86_64)
url="https://launchpad.net/ido"
license=(LGPL)
-depends=(gtk3-ubuntu)
+depends=(gtk3)
+provides=(ido)
+conflicts=(ido)
makedepends=(gobject-introspection gtk-doc vala xorg-util-macros)
groups=(unity)
source=("https://launchpad.net/ubuntu/+archive/primary/+files/ido_${_actual_ver}${_extra_ver}.orig.tar.gz"