diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | configure.in | 8 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
4 files changed, 7 insertions, 6 deletions
@@ -5,3 +5,4 @@ BenoƮt Dejean <[email protected]> - maintainer Paolo Borelli <[email protected]> Baptiste Mille-Mathias - artwork Karl Lattimer <[email protected]> +Perberos <[email protected]> diff --git a/configure.in b/configure.in index fce7554..9ade4bf 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([mate-system-monitor], [2011.12.01], - [https://matsusoft.com.ar/projects/mate/]) +AC_INIT([mate-system-monitor], [1.1.0], + [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(configure.in) AC_CONFIG_HEADERS(config.h) @@ -25,11 +25,11 @@ AC_HEADER_STDC MATE_COMPILE_WARNINGS GLIB_REQUIRED=2.16.0 -MATECONF_REQUIRED=1.1.5 +MATECONF_REQUIRED=1.1.0 LIBWNCK_REQUIRED=2.5.0 LIBGTOP_REQUIRED=2.23.1 GTK_REQUIRED=2.20.0 -MATE_ICON_THEME_REQUIRED=2.15.3 +MATE_ICON_THEME_REQUIRED=1.1.0 GTKMM_REQUIRED=2.8 GIOMM_REQUIRED=2.16.0 GLIBMM_REQUIRED=2.14 diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index ddf2862..7933748 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-system-monitor -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="A system monitor for MATE" arch=(i686 x86_64) diff --git a/distro/ubuntu/build b/distro/ubuntu/build index fce62b8..290e1d1 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-system-monitor -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="A system monitor for MATE" |