summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO31
-rw-r--r--0001-Temporarily-disable-previous-button-drop-shadow-draw.patch34
-rw-r--r--PKGBUILD47
3 files changed, 27 insertions, 85 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2a1ac8101d..cd8b8e712f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,23 @@
-# Generated by mksrcinfo v8
-# Sat Jan 9 21:20:24 UTC 2016
pkgbase = ido
- pkgdesc = Widgets and other objects used for indicators
- pkgver = 13.10.0.15.10.20151002
+ pkgdesc = Widgets and other objects used for indicators by the Unity7 user interface
+ pkgver = 13.10.0.22.10.20221007
pkgrel = 1
- epoch = 1
url = https://launchpad.net/ido
- arch = i686
arch = x86_64
- groups = unity
- license = LGPL
- makedepends = gobject-introspection
- makedepends = gtk-doc
+ license = GPL
+ makedepends = gnome-common
+ makedepends = pkgconf
+ makedepends = glibc
+ makedepends = glib2
makedepends = vala
- makedepends = xorg-util-macros
+ depends = libxi
+ depends = libx11
+ depends = gobject-introspection
+ depends = pango
+ depends = gdk-pixbuf2
+ depends = cairo
depends = gtk3-ubuntu
- source = https://launchpad.net/ubuntu/+archive/primary/+files/ido_13.10.0+15.10.20151002.orig.tar.gz
- source = 0001-Temporarily-disable-previous-button-drop-shadow-draw.patch
- sha512sums = df6b991819da8c680b8019c4834bfe35ca2de8c22c4a49e8f2775da47ebd705df91b73bf95b98d0e9cd3cdad1244c75996febdf7c3a89f3eea258c12411ae398
- sha512sums = 91d19642868a3859a860fc1a32541141472b8af46d9d2fa6983dd41ec6e0497ca6397a836a0921ba000e26be2be5b8d52ae74b0c5c29b4b73e4f6bce67f9b60d
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/ido_13.10.0+22.10.20221007.orig.tar.gz
+ sha512sums = SKIP
pkgname = ido
-
diff --git a/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch b/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch
deleted file mode 100644
index cd44da0922b3..000000000000
--- a/0001-Temporarily-disable-previous-button-drop-shadow-draw.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 9e672e82e01f0bbe11869a4b67bd0a26c9494c50 Mon Sep 17 00:00:00 2001
-From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
-Date: Wed, 29 Oct 2014 00:36:15 -0400
-Subject: [PATCH] Temporarily disable previous-button drop-shadow drawing
-
-When indicator-sound is connected to a media player through mpris,
-a bug in either cairo or ido causes unity-panel-service to segfault
----
- src/idoplaybackmenuitem.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/idoplaybackmenuitem.c b/src/idoplaybackmenuitem.c
-index 11af9bb..5fb66da 100644
---- a/src/idoplaybackmenuitem.c
-+++ b/src/idoplaybackmenuitem.c
-@@ -1443,6 +1443,7 @@ ido_playback_menu_item_draw (GtkWidget* button, cairo_t *cr)
- MIDDLE_END);
- }
-
-+#if 0
- // draw previous-button drop-shadow
- if ((item->cur_pushed_button == BUTTON_PREVIOUS && item->keyboard_activated) ||
- item->cur_hover_button == BUTTON_PREVIOUS)
-@@ -1485,6 +1486,7 @@ ido_playback_menu_item_draw (GtkWidget* button, cairo_t *cr)
- _surface_blur (surf, 1);
- _finalize (cr, &cr_surf, &surf, abs_prev_x, PREV_Y + 1.0f);
- }
-+#endif
-
- // draw previous-button
- _setup (&cr_surf, &surf, PREV_WIDTH, PREV_HEIGHT);
---
-2.1.2
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a1eb3fd2491..46867c7c34f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,47 +1,24 @@
-# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
-# Maintainer: Michael Healy <horsemanoffaith@gmail.com>
-# Contributor: Balló György <ballogyor+arch@gmail.com>
-# Contributor: thn81 <root@scrat>
-
-# vercheck-pkgbuild: auto
-# vercheck-ubuntu: name=${pkgname}, repo=wily
-# vercheck-launchpad: name=${pkgname}
+# Maintainer: Xinc
pkgname=ido
_actual_ver=13.10.0
-_extra_ver=+15.10.20151002
+_extra_ver=+22.10.20221007
pkgver=${_actual_ver}${_extra_ver/\+/.}
pkgrel=1
-epoch=1
-pkgdesc="Widgets and other objects used for indicators"
-arch=(i686 x86_64)
+pkgdesc="Widgets and other objects used for indicators by the Unity7 user interface"
+arch=(x86_64)
url="https://launchpad.net/ido"
-license=(LGPL)
-depends=(gtk3-ubuntu)
-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"
- 0001-Temporarily-disable-previous-button-drop-shadow-draw.patch)
-sha512sums=('df6b991819da8c680b8019c4834bfe35ca2de8c22c4a49e8f2775da47ebd705df91b73bf95b98d0e9cd3cdad1244c75996febdf7c3a89f3eea258c12411ae398'
- '91d19642868a3859a860fc1a32541141472b8af46d9d2fa6983dd41ec6e0497ca6397a836a0921ba000e26be2be5b8d52ae74b0c5c29b4b73e4f6bce67f9b60d')
-
-prepare() {
- cd "${pkgname}-${_actual_ver}${_extra_ver}"
-
- patch -p1 -i ../0001-Temporarily-disable-previous-button-drop-shadow-draw.patch
-}
+license=(GPL)
+depends=(libxi libx11 gobject-introspection pango gdk-pixbuf2 cairo gtk3-ubuntu)
+makedepends=(gnome-common pkgconf glibc glib2 vala)
+source=("https://launchpad.net/ubuntu/+archive/primary/+files/ido_${_actual_ver}${_extra_ver}.orig.tar.gz")
+sha512sums=('SKIP')
build() {
- cd "${pkgname}-${_actual_ver}${_extra_ver}"
-
- export CFLAGS+=" -Wno-error"
- autoreconf -vfi
- ./configure --prefix=/usr --disable-static --disable-introspection
- make
+ ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/"${pkgname}" --disable-static --disable-introspection
+ make
}
package() {
- cd "${pkgname}-${_actual_ver}${_extra_ver}"
-
- make DESTDIR="${pkgdir}/" install
+ make DESTDIR="${pkgdir}" -j1 install
}