mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
feh & graphviz updates
This commit is contained in:
parent
44fa5732ab
commit
2aa0838d69
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
|
||||
pkgname=feh
|
||||
pkgver=1.13
|
||||
pkgver=1.14
|
||||
pkgrel=1
|
||||
pkgdesc="A fast, lightweight image viewer which uses imlib2"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -18,7 +18,7 @@ license=('MIT')
|
||||
depends=('libxinerama' 'giblib' 'perl')
|
||||
makedepends=('libxt')
|
||||
source=("https://derf.homelinux.org/~derf/projects/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha1sums=('8b2c8250137edbda630b920e5eb7ca7ba5818a5e')
|
||||
sha1sums=('da8886b62aa46c8e85cbced73ef14d704ab66907')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -7,7 +7,7 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=graphviz
|
||||
pkgver=2.26.3
|
||||
pkgver=2.28.0
|
||||
pkgrel=2
|
||||
pkgdesc="Creates acircular graph images"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -15,9 +15,11 @@ license=('CPL')
|
||||
depends=('gd>=2.0.35' 'librsvg>=2.22.3' 'libxaw>=1.0.5' 'ghostscript>=9.00')
|
||||
url="http://www.graphviz.org/"
|
||||
options=('!libtool')
|
||||
source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
|
||||
source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
|
||||
'LICENSE')
|
||||
install=graphviz.install
|
||||
md5sums=('6f45946fa622770c45609778c0a982ee')
|
||||
sha1sums=('4725d88a13e071ee22e632de551d4a55ca08ee7d'
|
||||
'5a83febc0974e17d6b2356a4b1be9a834b715378')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
@ -32,7 +34,7 @@ build() {
|
||||
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
install -Dm644 ../LICENSE "${pkgdir}"/usr/share/licenses/graphviz/LICENSE
|
||||
#Fix a wrong file location for x86_64
|
||||
rm -rf ${pkgdir}/usr/lib64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user