Skip to content

Commit

Permalink
add some missing packages from the extra repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosz committed Feb 25, 2014
1 parent 1844266 commit 1bb6bb1
Show file tree
Hide file tree
Showing 45 changed files with 1,226 additions and 0 deletions.
33 changes: 33 additions & 0 deletions eog-plugins/PKGBUILD
@@ -0,0 +1,33 @@
# $Id: PKGBUILD 197932 2013-10-30 11:45:30Z allan $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>

pkgname=eog-plugins
pkgver=3.10.1
pkgrel=1
pkgdesc="Plugins for Eye of Gnome"
arch=('i686' 'x86_64')
url="http://www.gnome.org/"
license=('GPL2')
depends=('eog' 'libchamplain' 'libgdata')
makedepends=('intltool')
install=eog-plugins.install
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('d5b32c49dbf1e0b6cf56c9fdc6c19186c92e98d92b71aa98805491e2bb2f8e12')

build() {
cd $pkgname-$pkgver
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc --localstatedir=/var

# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 et:
11 changes: 11 additions & 0 deletions eog-plugins/eog-plugins.install
@@ -0,0 +1,11 @@
post_install() {
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
}

post_upgrade() {
post_install
}

post_remove() {
post_install
}
27 changes: 27 additions & 0 deletions evolution-ews/PKGBUILD
@@ -0,0 +1,27 @@
# $Id: PKGBUILD 205807 2014-02-10 12:27:43Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>

pkgname=evolution-ews
pkgver=3.10.4
pkgrel=1
pkgdesc="MS Exchange integration through Exchange Web Services"
arch=('i686' 'x86_64')
license=('LGPL2.1')
url="http://www.gnome.org"
depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
makedepends=('intltool' 'evolution')
options=('!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/evolution --disable-static --with-krb5
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
33 changes: 33 additions & 0 deletions gnome-chess/PKGBUILD
@@ -0,0 +1,33 @@
# $Id: PKGBUILD 204484 2014-01-20 20:37:38Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-chess
pkgver=3.10.3
pkgrel=1
pkgdesc="Play the classic two-player boardgame of chess"
arch=('i686' 'x86_64')
license=('GPL')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
makedepends=('intltool' 'itstool' 'gobject-introspection')
optdepends=('gnuchess: Play against computer')
conflicts=('gnome-games')
replaces=('gnome-games')
options=('!emptydirs')
install=gnome-chess.install
url="https://live.gnome.org/Chess"
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('239a373dc318eeb33ecbbe175880d95239aa8500f7b67d554e084ed6ace69324')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-compile
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
13 changes: 13 additions & 0 deletions gnome-chess/gnome-chess.install
@@ -0,0 +1,13 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -f -q usr/share/icons/hicolor
}

post_upgrade() {
post_install
}

post_remove() {
post_install
}
35 changes: 35 additions & 0 deletions gnome-color-manager/PKGBUILD
@@ -0,0 +1,35 @@
# $Id: PKGBUILD 204755 2014-01-26 12:16:01Z andyrtr $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>

pkgname=gnome-color-manager
pkgver=3.10.1
pkgrel=2
pkgdesc="Color profile manager for the GNOME desktop"
arch=(i686 x86_64)
url="http://projects.gnome.org/gnome-color-manager/"
license=(GPL2)
depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils clutter-gtk
mash shared-color-profiles shared-color-targets gnome-desktop colord-gtk libexif)
makedepends=(intltool yelp-tools)
install=gnome-color-manager.install
options=('!emptydirs')
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('2944627f4166aaac08ba9d73614cbd79eba93573bd7d32e17a12082e30fb1399')

build(){
cd $pkgname-$pkgver

# man pages need docbook-sgml, which we don't have
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/gnome-color-manager --disable-static --disable-man-pages

sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool

make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
19 changes: 19 additions & 0 deletions gnome-color-manager/gnome-color-manager.install
@@ -0,0 +1,19 @@
post_install() {
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

pre_upgrade() {
if (( $(vercmp $2 2.90.0) < 0 )); then
usr/sbin/gconfpkg --uninstall gnome-color-manager
fi
}

post_upgrade() {
post_install
}

post_remove() {
post_install
}
27 changes: 27 additions & 0 deletions gnome-devel-docs/PKGBUILD
@@ -0,0 +1,27 @@
# $Id: PKGBUILD 196705 2013-10-16 15:56:51Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-devel-docs
pkgver=3.10.1
pkgrel=1
pkgdesc="Developer documentation for GNOME"
arch=(any)
license=('FDL')
depends=('yelp')
makedepends=('yelp-tools')
url="http://www.gnome.org"
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('ac542f310f0271297bb2434c9c879e62e4506b68e27bccd9d559d3ee7741097b')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
28 changes: 28 additions & 0 deletions gnome-getting-started-docs/PKGBUILD
@@ -0,0 +1,28 @@
# $Id: PKGBUILD 196665 2013-10-16 11:20:45Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-getting-started-docs
pkgver=3.10.1
pkgrel=1
pkgdesc="Help a new user get started in GNOME"
arch=(any)
license=('CCPL:cc-by-sa-3.0')
# gst plugins required to decode help videos
depends=(yelp gst-plugins-base gst-plugins-good)
makedepends=(yelp-tools)
url="http://www.gnome.org"
groups=(gnome-extra)
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('09a744cbf85c871d2fa032d0cddd38a70ac6f57f3eae180f3c55dc1d58ad4117')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
28 changes: 28 additions & 0 deletions gnome-icon-theme-extras/PKGBUILD
@@ -0,0 +1,28 @@
# $Id: PKGBUILD 170976 2012-11-14 07:18:14Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-icon-theme-extras
pkgver=3.6.2
pkgrel=1
pkgdesc="GNOME icon theme, extra icons"
arch=(any)
depends=('gnome-icon-theme')
makedepends=('intltool')
url="http://www.gnome.org"
license=('GPL')
install=gnome-icon-theme-extras.install
groups=('gnome')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('93aaaadf40c85ebc42232a4d8e45ca507754b8e1271e797bbcdaded52bd03ec7')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
11 changes: 11 additions & 0 deletions gnome-icon-theme-extras/gnome-icon-theme-extras.install
@@ -0,0 +1,11 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/gnome
}

post_upgrade() {
post_install
}

post_remove() {
post_install
}
32 changes: 32 additions & 0 deletions gnome-klotski/PKGBUILD
@@ -0,0 +1,32 @@
# $Id: PKGBUILD 198014 2013-10-30 12:16:40Z allan $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-klotski
pkgver=3.10.0
pkgrel=1
pkgdesc="Slide blocks to solve the puzzle"
arch=('i686' 'x86_64')
license=('GPL')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
makedepends=('intltool' 'itstool' 'gobject-introspection')
conflicts=('gnome-games')
replaces=('gnome-games')
options=('!emptydirs')
install=gnome-klotski.install
url="https://live.gnome.org/Klotski"
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('ce29d136bc1c141dc92b0dc67d597f2b0eddefcee7d3de10d54ef80327c6f5d3')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-compile
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
13 changes: 13 additions & 0 deletions gnome-klotski/gnome-klotski.install
@@ -0,0 +1,13 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -f -q usr/share/icons/hicolor
}

post_upgrade() {
post_install
}

post_remove() {
post_install
}
32 changes: 32 additions & 0 deletions gnome-mahjongg/PKGBUILD
@@ -0,0 +1,32 @@
# $Id: PKGBUILD 199334 2013-11-11 10:59:03Z jgc $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-mahjongg
pkgver=3.10.2
pkgrel=1
pkgdesc="Disassemble a pile of tiles by removing matching pairs"
arch=('i686' 'x86_64')
license=('GPL')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
makedepends=('intltool' 'itstool' 'gobject-introspection')
conflicts=('gnome-games')
replaces=('gnome-games')
options=('!emptydirs')
install=gnome-mahjongg.install
url="https://live.gnome.org/Mahjongg"
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('4edede5bce17a7666fc3cdf058894f1e16ed1eb5753da05032998b02cc0f1f43')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-compile
make
}

package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
13 changes: 13 additions & 0 deletions gnome-mahjongg/gnome-mahjongg.install
@@ -0,0 +1,13 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -f -q usr/share/icons/hicolor
}

post_upgrade() {
post_install
}

post_remove() {
post_install
}
26 changes: 26 additions & 0 deletions gnome-maps/PKGBUILD
@@ -0,0 +1,26 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-maps
pkgver=3.10.2
pkgrel=1
pkgdesc="A simple GNOME 3 maps application"
arch=(any)
license=('GPL')
url="https://live.gnome.org/Maps"
depends=(geocode-glib geoclue2 gjs gnome-desktop libchamplain gnome-themes-standard gnome-icon-theme-symbolic)
makedepends=(intltool)
groups=('gnome-extra')
install=gnome-maps.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('1351967e5530c5fe455233c585362443eda1a6c4a089e6104d4b672087c74bd0')

build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --disable-schemas-compile
make
}

package() {
cd $pkgname-$pkgver
make -j1 DESTDIR="${pkgdir}" install
}

0 comments on commit 1bb6bb1

Please sign in to comment.