summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-04-22 10:53:54 +0200
committerNarrat2023-04-22 10:53:54 +0200
commitf100d9ccbf05c064a7a927f75924fa69d677e699 (patch)
tree68378717f0a9b63e5380b98ad1badb361099473f
parent35dd67a53844f0769cf5e3f7b6acbc2a90dfe35c (diff)
downloadaur-smuxi-git.tar.gz
smuxi-git: small adjustments
with 1.2.1 gtk-sharp-2-git isn't needed anymore. Switch to the GNOME hosted repo, as the github one seems to be more of a mirror. Still needs a more thorough clean-up
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10a32bc7a583..8bca7b1c2365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = smuxi-git
pkgdesc = free, distributed and user-friendly IRC / Twitter / XMPP / Campfire / JabbR client for GNOME/GTK+
- pkgver = 1.1.r3.g4cf00710
+ pkgver = 1.2.1.r0.g6692e128
pkgrel = 1
url = https://www.smuxi.im/
arch = any
license = GPL
makedepends = intltool
makedepends = git
- makedepends = gtk-sharp-2-git
makedepends = notify-sharp
makedepends = log4net
makedepends = nini
makedepends = gtkspell
makedepends = stfl
makedepends = sqlite
- source = git://github.com/meebey/smuxi
+ source = git+https://gitlab.gnome.org/GNOME/smuxi.git
md5sums = SKIP
pkgname = smuxi-server-git
@@ -28,7 +27,6 @@ pkgname = smuxi-server-git
pkgname = smuxi-git
pkgdesc = free, distributed and user-friendly IRC / Twitter / XMPP / Campfire / JabbR client for GNOME/GTK+ (frontends)
depends = smuxi-server
- depends = gtk-sharp-2-git
depends = notify-sharp
depends = gtkspell
depends = stfl
diff --git a/PKGBUILD b/PKGBUILD
index 4e24787e5a94..4f5fdba98d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgbase=smuxi
pkgbase=${_pkgbase}-git
pkgname=('smuxi-server-git' 'smuxi-git')
-pkgver=1.1.r3.g4cf00710
+pkgver=1.2.1.r0.g6692e128
pkgrel=1
pkgdesc="free, distributed and user-friendly IRC / Twitter / XMPP / Campfire / JabbR client for GNOME/GTK+"
arch=('any')
url="https://www.smuxi.im/"
license=('GPL')
-makedepends=('intltool' 'git' 'gtk-sharp-2-git' 'notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'sqlite')
+makedepends=('intltool' 'git' 'notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'sqlite')
#options=('!emptydirs')
-source=('git://github.com/meebey/smuxi')
+source=('git+https://gitlab.gnome.org/GNOME/smuxi.git')
md5sums=('SKIP')
@@ -68,7 +68,7 @@ package_smuxi-server-git() {
package_smuxi-git() {
pkgdesc+=" (frontends)"
- depends=('smuxi-server' 'gtk-sharp-2-git' 'notify-sharp' 'gtkspell' 'stfl' 'desktop-file-utils' 'gtk-update-icon-cache' 'xdg-utils')
+ depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl' 'desktop-file-utils' 'gtk-update-icon-cache' 'xdg-utils')
conflicts=('smuxi')
provides=('smuxi=1.1')