gnome-desktop: update to 3.6.0 (SONAME bump).
This commit is contained in:
parent
7a7ece9803
commit
db8c1a4c09
4 changed files with 15 additions and 13 deletions
|
@ -1029,3 +1029,4 @@ libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
|||
libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgnome-desktop-3.so.4 gnome-desktop-3.6.0_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gnome-desktop-devel'.
|
||||
#
|
||||
depends="gsettings-desktop-schemas gtk+3-devel gnome-desktop>=3.4.2"
|
||||
depends="libxkbfile-devel gsettings-desktop-schemas-devel>=3.6.0
|
||||
gtk+3-devel>=3.6.0_2 gnome-desktop>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
libxkbfile.so.1
|
||||
libpthread.so.0
|
||||
libX11.so.6
|
||||
libm.so.6
|
||||
libgtk-3.so.0
|
||||
|
|
|
@ -1,17 +1,20 @@
|
|||
# Template file for 'gnome-desktop'
|
||||
pkgname=gnome-desktop
|
||||
version=3.4.2
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gnome-distributor=XBPS --disable-scrollkeeper"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection gtk+3-devel"
|
||||
fulldepends="gsettings-desktop-schemas"
|
||||
revision=2
|
||||
makedepends="which pkg-config intltool itstool gnome-doc-utils gobject-introspection
|
||||
libxkbfile-devel gtk+3-devel>=3.6.0_2 gsettings-desktop-schemas-devel>=3.6.0"
|
||||
depends="gsettings-desktop-schemas>=3.6.0"
|
||||
fulldepends="xkeyboard-config"
|
||||
short_desc="GNOME desktop management utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=7565e0a822132ea7b699cb8c64d42b57081ddefd0b5d911f4f4209be0c755952
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=e6ea2c27b733cd562db8e648724ca907032ff330d5b2a1740c4685ed697bfa6a
|
||||
long_desc="
|
||||
gnome-desktop provides the following components:
|
||||
|
||||
|
@ -20,7 +23,3 @@ long_desc="
|
|||
desktop management related utilities.
|
||||
* The GNOME desktop manager proxy, which handles basic desktop
|
||||
management for applications that do not support XSM."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue