new release, update the old sni-qt packages
This commit is contained in:
parent
50d527221a
commit
63130529bb
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = hardcode-tray-git
|
pkgbase = hardcode-tray-git
|
||||||
pkgdesc = Fixes Hardcoded Tray Icons
|
pkgdesc = Fixes Hardcoded Tray Icons
|
||||||
pkgver = 3.5.2.1.r167.gf3112a5
|
pkgver = 3.6.5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
|
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
@ -12,9 +12,9 @@ pkgbase = hardcode-tray-git
|
||||||
depends = python-cairosvg
|
depends = python-cairosvg
|
||||||
depends = librsvg
|
depends = librsvg
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
optdepends = sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification
|
optdepends = sni-qt-patched-git: patched qt4 sni plugin to enable icon modification
|
||||||
optdepends = inkscape: to convert svg to png with inkscape
|
optdepends = inkscape: to convert svg to png with inkscape
|
||||||
optdepends = lib32-sni-qt-eplus-bzr: 32-bit patched qt4 sni plugin to enable icon modification
|
optdepends = lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification
|
||||||
provides = hardcode-tray-git
|
provides = hardcode-tray-git
|
||||||
conflicts = hardcode-tray-fixer-git
|
conflicts = hardcode-tray-fixer-git
|
||||||
conflicts = hardcode-tray
|
conflicts = hardcode-tray
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
||||||
_pkgbase=hardcode-tray-git
|
_pkgbase=hardcode-tray-git
|
||||||
_gitname=Hardcode-Tray
|
_gitname=Hardcode-Tray
|
||||||
pkgname=$_pkgbase
|
pkgname=$_pkgbase
|
||||||
pkgver=3.5.2.1.r167.gf3112a5
|
pkgver=3.6.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fixes Hardcoded Tray Icons"
|
pkgdesc="Fixes Hardcoded Tray Icons"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
|
@ -14,8 +14,8 @@ provides=("$_pkgbase")
|
||||||
makedepends=("git")
|
makedepends=("git")
|
||||||
conflicts=("hardcode-tray-fixer-git" "hardcode-tray")
|
conflicts=("hardcode-tray-fixer-git" "hardcode-tray")
|
||||||
depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3')
|
depends=('python' 'python-gobject' 'python-cairosvg' 'librsvg' 'gtk3')
|
||||||
optdepends=('sni-qt-eplus-bzr: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape')
|
optdepends=('sni-qt-patched-git: patched qt4 sni plugin to enable icon modification' 'inkscape: to convert svg to png with inkscape')
|
||||||
optdepends_x86_64=('lib32-sni-qt-eplus-bzr: 32-bit patched qt4 sni plugin to enable icon modification')
|
optdepends_x86_64=('lib32-sni-qt-patched-git: 32-bit patched qt4 sni plugin to enable icon modification')
|
||||||
source=("git://github.com/bil-elmoussaoui/Hardcode-Tray")
|
source=("git://github.com/bil-elmoussaoui/Hardcode-Tray")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue