summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9bef6adc994..5cad568491d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-manpages-git
pkgdesc = Various man pages for GNOME related libraries
pkgver = 20130101.15.e660878
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chergert/gnome-manpages/
install = gnome-manpages-git.install
arch = any
@@ -13,14 +13,20 @@ pkgbase = gnome-manpages-git
sha256sums = SKIP
pkgname = man-pages-clutter-git
+ pkgdesc = Man pages for the Clutter library
pkgname = man-pages-gdk3-git
+ pkgdesc = Man pages for the GIMP Drawing Kit (GDK) 3 library
pkgname = man-pages-gio2-git
+ pkgdesc = Man pages for the GIO 2 library
pkgname = man-pages-glib2-git
+ pkgdesc = Man pages for the GLib 2 library
pkgname = man-pages-gobject2-git
+ pkgdesc = Man pages for the GObject 2 library
pkgname = man-pages-gtk3-git
+ pkgdesc = Man pages for the GTK+ 3 library
diff --git a/PKGBUILD b/PKGBUILD
index 9b945e16afdb..331688fac2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=gnome-manpages-git
pkgname=('man-pages-clutter-git' 'man-pages-gdk3-git' 'man-pages-gio2-git' 'man-pages-glib2-git' 'man-pages-gobject2-git' 'man-pages-gtk3-git')
pkgver=20130101.15.e660878
-pkgrel=1
+pkgrel=2
pkgdesc="Various man pages for GNOME related libraries"
url="https://github.com/chergert/gnome-manpages/"
arch=('any')
@@ -40,25 +40,31 @@ _package() {
}
package_man-pages-clutter-git() {
+ pkgdesc="Man pages for the Clutter library"
_package "clutter"
}
package_man-pages-gdk3-git() {
+ pkgdesc="Man pages for the GIMP Drawing Kit (GDK) 3 library"
_package "gdk3"
}
package_man-pages-gio2-git() {
+ pkgdesc="Man pages for the GIO 2 library"
_package "gio2"
}
package_man-pages-glib2-git() {
+ pkgdesc="Man pages for the GLib 2 library"
_package "glib2"
}
package_man-pages-gobject2-git() {
+ pkgdesc="Man pages for the GObject 2 library"
_package "gobject2"
}
package_man-pages-gtk3-git() {
+ pkgdesc="Man pages for the GTK+ 3 library"
_package "gtk3"
}