-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1765 from Gottox/gnome-3.16
Gnome 3.16
- Loading branch information
Showing
87 changed files
with
451 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
clutter-gst3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Template file for 'clutter-gst3' | ||
pkgname=clutter-gst3 | ||
_pkgname=clutter-gst | ||
version=3.0.6 | ||
revision=1 | ||
build_options="gir" | ||
build_style=gnu-configure | ||
configure_args="--disable-debug $(vopt_enable gir introspection)" | ||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)" | ||
makedepends="clutter-devel gst-plugins-bad1-devel" | ||
depends="gst-plugins-base1>=1:1.2 gst-plugins-bad1>=1:1.2" | ||
short_desc="GStreamer bindings for the Clutter Toolkit" | ||
maintainer="Juan RP <xtraeme@gmail.com>" | ||
homepage="http://www.gtk.org/" | ||
license="GPL-2" | ||
distfiles="${GNOME_SITE}/${_pkgname}/${version%.*}/${_pkgname}-${version}.tar.xz" | ||
checksum=d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76 | ||
wrksrc=$_pkgname-$version | ||
|
||
if [ -z "$CROSS_BUILD" ]; then | ||
build_options_default="gir" | ||
fi | ||
|
||
clutter-gst3-devel_package() { | ||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" | ||
short_desc+=" - development files" | ||
pkg_install() { | ||
vmove usr/include | ||
vmove usr/lib/pkgconfig | ||
vmove usr/share/gtk-doc | ||
vmove "usr/lib/*.so" | ||
if [ "$build_option_gir" ]; then | ||
vmove usr/share/gir-1.0 | ||
fi | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pkgname=clutter-gst |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Template file for 'dconf-editor' | ||
pkgname=dconf-editor | ||
version=3.16.1 | ||
revision=1 | ||
build_style=gnu-configure | ||
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel" | ||
makedepends="dconf-devel>=0.24 gtk+3-devel libxml2-devel" | ||
short_desc="A low-level configuration system - GTK+ editor" | ||
maintainer="Enno Boland <eb@s01.de>" | ||
license="LGPL-2.1" | ||
homepage="http://live.gnome.org/dconf" | ||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" | ||
checksum=085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e |
Oops, something went wrong.