Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / libdbusmenu
Commits: c7244847 by Robin Candau at 2023-09-28T09:27:45+02:00 upgpkg: 16.04.0.r498-2 Replace bzr by breezy https://archlinux.org/todo/change-dependency-from-bzr-to-breezy/ - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,33 @@ +pkgbase = libdbusmenu + pkgdesc = Library for passing menus over DBus + pkgver = 16.04.0.r498 + pkgrel = 2 + url = https://launchpad.net/libdbusmenu + arch = x86_64 + license = GPL3 + license = LGPL2.1 + license = LGPL3 + makedepends = breezy + makedepends = gnome-common + makedepends = gobject-introspection + makedepends = gtk2 + makedepends = gtk3 + makedepends = intltool + makedepends = vala + options = !emptydirs + source = libdbusmenu::bzr+https://code.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10#revision=498 + validpgpkeys = 45B1103FB93ACBD90296DBCAE83D089481836EBF + sha512sums = SKIP + +pkgname = libdbusmenu-glib + depends = glib2 + +pkgname = libdbusmenu-gtk2 + pkgdesc = Library for passing menus over DBus (GTK+ 2 library) + depends = libdbusmenu-glib + depends = gtk2 + +pkgname = libdbusmenu-gtk3 + pkgdesc = Library for passing menus over DBus (GTK+ 3 library) + depends = libdbusmenu-glib + depends = gtk3 ===================================== PKGBUILD ===================================== @@ -10,12 +10,12 @@ pkgname=("${pkgbase}-glib" "${pkgbase}-gtk"{2,3}) _bzrtag=16.04.0 _bzrrev=498 pkgver=${_bzrtag}.r${_bzrrev} -pkgrel=1 +pkgrel=2 pkgdesc='Library for passing menus over DBus' url='https://launchpad.net/libdbusmenu' arch=('x86_64') license=('GPL3' 'LGPL2.1' 'LGPL3') -makedepends=('bzr' 'gnome-common' 'gobject-introspection' 'gtk2' 'gtk3' 'intltool' 'vala') +makedepends=('breezy' 'gnome-common' 'gobject-introspection' 'gtk2' 'gtk3' 'intltool' 'vala') options=('!emptydirs') source=($pkgbase::bzr+https://code.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10#revision=$_bzrrev) sha512sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdbusmenu/-/commit/c724484719724b9fa14d0ef47d4992570773888d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdbusmenu/-/commit/c724484719724b9fa14d0ef47d4992570773888d You're receiving this email because of your account on gitlab.archlinux.org.
