diff options
author | Stefano Karapetsas <[email protected]> | 2012-07-10 17:17:32 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-07-10 17:17:32 +0200 |
commit | 13847ac10a74de2b6f09984a7128a3815846fbba (patch) | |
tree | d170292e0a57bbaf208e777e602e1d7aad595904 | |
parent | 45ed56d22feac34c66a1d51411252c182d09baeb (diff) | |
parent | dd6c8ff90284d0936d8c46c5c63c26485429f8e0 (diff) | |
download | mate-terminal-13847ac10a74de2b6f09984a7128a3815846fbba.tar.bz2 mate-terminal-13847ac10a74de2b6f09984a7128a3815846fbba.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-terminal
-rwxr-xr-x | distro/ubuntu/build | 31 | ||||
-rwxr-xr-x | distro/ubuntu/postinst | 8 | ||||
-rwxr-xr-x | distro/ubuntu/postrm | 8 | ||||
-rwxr-xr-x | distro/ubuntu/preinst | 9 | ||||
-rwxr-xr-x | distro/ubuntu/prerm | 12 | ||||
-rw-r--r-- | src/terminal.about | 4 |
6 files changed, 2 insertions, 70 deletions
diff --git a/distro/ubuntu/build b/distro/ubuntu/build deleted file mode 100755 index c108cd2..0000000 --- a/distro/ubuntu/build +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -# fill it -pkgname=mate-terminal -pkgver=1.1.0 -pkgrel=1 -pkgdesc="The MATE Terminal Emulator" -#depends="gstreamer0.10-base-plugins, mate-panel, mate-character-map, libgtop, libmatenotify, cpufrequtils" -# editar esta funcion! -build() { - cd $pkgsrc - # descomprimir - tar xvzf download - # entramos a la carpeta - cd ${pkgname} - - ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \ - --localstatedir=/var --disable-scrollkeeper || return 1 - - # there is some pre-compiled files on the tar - make || return 1 - - make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1 - - install -m755 -d "${pkgdir}/usr/share/mateconf/schemas" - mateconf-merge-schema "${pkgdir}/usr/share/mateconf/schemas/${pkgname}.schemas" --domain ${pkgname} ${pkgdir}/etc/mateconf/schemas/*.schemas || return 1 - rm -f ${pkgdir}/etc/mateconf/schemas/*.schemas -} - -# 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 a4a90c9..0000000 --- a/distro/ubuntu/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -pkgname=mate-terminal - -/usr/sbin/mateconfpkg --install ${pkgname} -#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 4712d16..0000000 --- a/distro/ubuntu/postrm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e - -pkgname=mate-terminal - -#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 diff --git a/distro/ubuntu/preinst b/distro/ubuntu/preinst deleted file mode 100755 index d9bea30..0000000 --- a/distro/ubuntu/preinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -pkgname=mate-terminal - -if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - - diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm deleted file mode 100755 index ed264a6..0000000 --- a/distro/ubuntu/prerm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -pkgname=mmate-terminal - -if [ -f /usr/share/mateconf/schemas/${pkgname}.schemas ]; then - /usr/sbin/mateconfpkg --uninstall ${pkgname} -fi - - -exit 0 diff --git a/src/terminal.about b/src/terminal.about index 786d990..a6c2771 100644 --- a/src/terminal.about +++ b/src/terminal.about @@ -1,5 +1,5 @@ [About] -Authors=Behdad Esfahbod <behdad%mate.org>;Guilherme de S. Pastore <gpastore%mate.org>;Havoc Pennington <hp%redhat.com>;Christian Persch <chpe%mate.org>;Mariano Suárez-Alvarez <mariano%mate.org>;Perberos <perberos%gmail.com>; +Authors=Behdad Esfahbod <behdad%gnome.org>;Guilherme de S. Pastore <gpastore%gnome.org>;Havoc Pennington <hp%redhat.com>;Christian Persch <chpe%gnome.org>;Mariano Suárez-Alvarez <mariano%gnome.org>;Perberos <perberos%gmail.com>;Steve Zesch <stevezesch2%gmail.com>;Stefano Karapetsas <stefano%karapetsas.com>; Contributors= ;Artists= -Documenters=MATE Documentation Team <mate-doc-list%mate.org>; +Documenters=GNOME Documentation Team <gnome-doc-list%gnome.org>; |