mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-15 23:20:26 +08:00
some changes for gimp;
This commit is contained in:
parent
fc441b4d2f
commit
f347f5afd8
@ -3,7 +3,7 @@
|
|||||||
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
|
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
|
||||||
|
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
pkgver=4.64
|
pkgver=4.85
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
|
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
|
||||||
url="http://www.bluez.org/"
|
url="http://www.bluez.org/"
|
||||||
@ -21,7 +21,7 @@ backup=(etc/bluetooth/{main,rfcomm,audio,network,input}.conf
|
|||||||
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2
|
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2
|
||||||
bluetooth.conf.d
|
bluetooth.conf.d
|
||||||
rc.bluetooth)
|
rc.bluetooth)
|
||||||
md5sums=('d6e60bad937fe72b0bc77e327ee470b0'
|
md5sums=('d2403e791e694048fb70cb5afbabb886'
|
||||||
'd12be5b494525bb1ba6eac5c3983dd3e'
|
'd12be5b494525bb1ba6eac5c3983dd3e'
|
||||||
'b67bd953082befea6ae57c6fe25993e8')
|
'b67bd953082befea6ae57c6fe25993e8')
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=gdk-pixbuf2
|
pkgname=gdk-pixbuf2
|
||||||
pkgver=2.22.0
|
pkgver=2.22.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An image loading library for gtk2"
|
pkgdesc="An image loading library for gtk2"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -18,7 +18,7 @@ makedepends=('gtk-doc' 'gobject-introspection')
|
|||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
install=gdk-pixbuf2.install
|
install=gdk-pixbuf2.install
|
||||||
source=(http://download.gnome.org/sources/gdk-pixbuf/2.22/gdk-pixbuf-${pkgver}.tar.bz2)
|
source=(http://download.gnome.org/sources/gdk-pixbuf/2.22/gdk-pixbuf-${pkgver}.tar.bz2)
|
||||||
sha256sums=('b8ff6a308f037af6b501246ad8779a951ca92af975efc2e97c354ea6702667cf')
|
md5sums=('716c4593ead3f9c8cca63b8b1907a561')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/gdk-pixbuf-${pkgver}"
|
cd "${srcdir}/gdk-pixbuf-${pkgver}"
|
||||||
|
@ -3,17 +3,17 @@
|
|||||||
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
|
||||||
|
|
||||||
pkgname=libgphoto2
|
pkgname=libgphoto2
|
||||||
pkgver=2.4.9
|
pkgver=2.4.10.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
|
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://www.gphoto.org"
|
url="http://www.gphoto.org"
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
depends=('libexif>=0.6.19' 'libjpeg>=8' 'libtool>=2.2.6b' 'libusb')
|
depends=('libexif>=0.6.19' 'libjpeg>=8' 'gd' 'libtool>=2.2.6b' 'libusb-compat')
|
||||||
install=libgphoto2.install
|
install=libgphoto2.install
|
||||||
options=('libtool')
|
options=('libtool')
|
||||||
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
|
source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
|
||||||
md5sums=('26e0d7cff6c6f0be453d7612309d80a6')
|
md5sums=('8bf2bd1e267909203ec1e7f6ea3f83a0')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user