diff options
author | Steve Zesch <[email protected]> | 2012-07-10 21:31:28 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-10 21:31:28 -0400 |
commit | 81421547726f9e70fc645684eb2b4824d7382c78 (patch) | |
tree | a96330674e858bb8981de3d972c5941d31730962 | |
parent | f41bab7e51b5e267dee567e59f20af921404f530 (diff) | |
download | mate-icon-theme-81421547726f9e70fc645684eb2b4824d7382c78.tar.bz2 mate-icon-theme-81421547726f9e70fc645684eb2b4824d7382c78.tar.xz |
Preparing for 1.4.mate-icon-theme-1.4.0
-rw-r--r-- | ChangeLog | 33 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 26 | ||||
-rwxr-xr-x | distro/ubuntu/postinst | 5 | ||||
-rwxr-xr-x | distro/ubuntu/postrm | 6 |
5 files changed, 28 insertions, 44 deletions
@@ -1,3 +1,24 @@ +commit f41bab7e51b5e267dee567e59f20af921404f530 +Author: Stefano Karapetsas <[email protected]> +Date: Sat Jul 7 12:10:31 2012 +0200 + + add po gnome copyrights file + + po/gnome-copyrights.txt | 1061 +++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 1061 insertions(+) + +commit 1632efe04d57ee2b53e18ce753c388cf56015064 +Author: Steve Zesch <[email protected]> +Date: Wed Feb 22 21:03:17 2012 -0500 + + Preparing for 1.2 release + + AUTHORS | 29 +- + ChangeLog | 2272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + autogen.sh | 4 +- + configure.ac | 2 +- + 4 files changed, 2292 insertions(+), 15 deletions(-) + commit c0e7770d10295a80108d35b325d812395ff11946 Author: Stefano Karapetsas <[email protected]> Date: Thu Jan 26 10:03:56 2012 +0100 @@ -39,7 +60,7 @@ Date: Wed Jan 25 00:20:56 2012 -0300 emptydirs is not a package distro/archlinux/PKGBUILD | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bd045de03a7979f5ab16699e4c888b1e9259f858 Author: Perberos <[email protected]> @@ -61,7 +82,7 @@ Date: Wed Jan 25 00:18:33 2012 -0300 changing pkgbuild source method distro/archlinux/PKGBUILD | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 6bcd3f86ff2091b0c232cba181c93dc7e7b0c2f3 Author: Steve Zesch <[email protected]> @@ -81,7 +102,7 @@ Date: Fri Dec 9 16:33:45 2011 +0100 AUTHORS | 1 + configure.ac | 2 +- - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 5f30c1dc0dbec76602513549f68d4d4ca8e2d16b Author: Steve Zesch <[email protected]> @@ -101,7 +122,7 @@ Date: Mon Dec 5 05:47:38 2011 -0300 using autogen.sh instead of configure distro/archlinux/PKGBUILD | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f3cc786dfbe6f904587df81f4a76b58f5929d06c Author: Perberos <[email protected]> @@ -130,7 +151,7 @@ Date: Mon Dec 5 05:32:46 2011 -0300 missing | 376 ------ po/Makefile.in.in | 217 ---- src/Makefile.in | 373 ------ - 11 files changed, 0 insertions(+), 3693 deletions(-) + 11 files changed, 3693 deletions(-) commit 12b658ab32b972ce3023302573fd7b095f658490 Author: Steve Zesch <[email protected]> @@ -2269,4 +2290,4 @@ Date: Thu Dec 1 22:26:22 2011 -0300 src/x-office-calendar.svg | 1686 + src/x-office-presentation.svg | 6756 ++++ src/zoom.svg | 3693 ++ - 2120 files changed, 586807 insertions(+), 0 deletions(-) + 2120 files changed, 586807 insertions(+) diff --git a/configure.ac b/configure.ac index 591ba10..e38fc01 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([mate-icon-theme], [1.2.0], [http://www.mate-desktop.org]) +AC_INIT([mate-icon-theme], [1.4.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) AM_INIT_AUTOMAKE([1.9 tar-ustar foreign]) diff --git a/distro/ubuntu/build b/distro/ubuntu/build deleted file mode 100755 index e6a7dfb..0000000 --- a/distro/ubuntu/build +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -# fill it -pkgname=mate-icon-theme -pkgver=1.1.1 -pkgrel=1 -pkgdesc="MATE icon theme" -#depends="hicolor-icon-theme, icon-naming-utils, gtk-update-icon-cache" - -# editar esta funcion! -build() { - cd $pkgsrc - # descomprimir - tar xvzf download - # entramos a la carpeta - cd ${pkgname} - - ./configure --prefix=/usr - make - make DESTDIR="${pkgdir}" install - #don't include icon cache - rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache" -} - -# esto incluye la parte que se repite en la mayoria de los builds -. /usr/share/mate-doc-utils/mate-debian.sh diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst deleted file mode 100755 index 6b2ad9e..0000000 --- a/distro/ubuntu/postinst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm deleted file mode 100755 index a632bd1..0000000 --- a/distro/ubuntu/postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e - -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 |