Removed ubuntu/ folder.

master-1.22
Steve Zesch 2012-04-05 23:59:55 -04:00
parent 1626a95861
commit a81924a5c8
5 changed files with 0 additions and 68 deletions

View File

@ -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

View File

@ -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

View File

@ -1,8 +0,0 @@
#!/bin/sh
set -e
pkgname=mate-terminal
#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
exit 0

View File

@ -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

View File

@ -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