makedeb
7-Zip is a file archiver with a high compression ratio, this package also includes the graphic frontend for maximum cosiness on the desktop
Click here to go back to the commit logs for p7zip-desktop-git.
Hash: 81f0fc20b46adcbc287ef584fddaf69e477f33e0
Message: update bullseye depends
diff --git a/.SRCINFO b/.SRCINFO
index 9c43e9e..e75c1c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = p7zip-desktop-git
pkgdesc = 7-Zip is a file archiver with a high compression ratio, this package also includes the graphic frontend for maximum cosiness on the desktop
pkgver = 16.02.2.6211c75
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ErnyTech/p7zip.git
arch = x86_64
license = LGPL
@@ -14,13 +14,13 @@ pkgbase = p7zip-desktop-git
makedepends = yasm
makedepends = make
makedepends = sed
- depends = overlay-scrollbar
- depends = overlay-scrollbar-gtk2
depends = libatk-adaptor
depends = libgail-common
depends = libcanberra-gtk-module
depends = qt5-style-plugins
depends = p7zip
+ depends = overlay-scrollbar
+ depends = overlay-scrollbar-gtk2
optdepends = p7zip-full
optdepends = p7zip-rar
provides = p7zip-desktop
@@ -29,5 +29,10 @@ pkgbase = p7zip-desktop-git
source = desktop.patch
sha256sums = SKIP
sha256sums = 3975e54a21e81608723dec61492c8042e404dca7bd93816e11f63f25c9994bb2
+ bullseye_depends = libatk-adaptor
+ bullseye_depends = libgail-common
+ bullseye_depends = libcanberra-gtk-module
+ bullseye_depends = qt5-style-plugins
+ bullseye_depends = p7zip
pkgname = p7zip-desktop-git
diff --git a/PKGBUILD b/PKGBUILD
index d127f3b..4681e90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ pkgname=p7zip-desktop-git
_pkgname=p7zip
pkgver=16.02.2.6211c75
_pkgver=16.02.2
-pkgrel=1
+pkgrel=2
pkgdesc="7-Zip is a file archiver with a high compression ratio, this package also includes the graphic frontend for maximum cosiness on the desktop"
arch=('x86_64')
url="https://github.com/ErnyTech/p7zip.git"
license=('LGPL' 'custom: unRAR')
-depends=('overlay-scrollbar' 'overlay-scrollbar-gtk2' 'libatk-adaptor' 'libgail-common' 'libcanberra-gtk-module'
+_base_depends=('libatk-adaptor' 'libgail-common' 'libcanberra-gtk-module'
'qt5-style-plugins' 'p7zip')
-#depends=("${_base_depends[@]}")
-#bullseye_depends=("${_base_depends[@]}")
+bullseye_depends=("${_base_depends[@]}")
+depends=("${_base_depends[@]}" 'overlay-scrollbar' 'overlay-scrollbar-gtk2' )
makedepends=('git' 'libwxgtk3.0-gtk3-dev' 'python3' 'yasm' 'make' 'sed')
optdepends=('p7zip-full' 'p7zip-rar')
provides=('p7zip-desktop')