mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/gnome-terminal: bring inline with gnome packaging policy
This commit is contained in:
parent
9841563556
commit
63f8d34fa9
@ -2,14 +2,14 @@
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=gnome-terminal
|
||||
pkgver=2.33.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="GNOME terminal emulator"
|
||||
url="http://projects.gnome.org/gnome-terminal"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends="libgnome"
|
||||
makedepends="gtk+-dev vte-dev gconf-dev libx11-dev gnome-doc-utils libsm-dev ncurses-dev"
|
||||
install="$pkgname.post-install $pkgname.post-deinstall $pkgname.post-upgrade"
|
||||
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
|
||||
subpackages=
|
||||
source="ftp://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
|
||||
/usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/gnome-terminal.schemas
|
||||
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
|
||||
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-terminal.schemas
|
||||
for i in gnome-terminal.schemas; do
|
||||
echo "Installing GConf2 schema $i."
|
||||
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
|
||||
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
|
||||
done
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
|
||||
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-terminal.schemas
|
||||
for i in gnome-terminal.schemas; do
|
||||
echo "Installing GConf2 schema $i."
|
||||
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
|
||||
/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
|
||||
done
|
||||
|
||||
7
testing/gnome-terminal/gnome-terminal.pre-deinstall
Normal file
7
testing/gnome-terminal/gnome-terminal.pre-deinstall
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in gnome-terminal.schemas; do
|
||||
echo "Uninstalling GConf2 schema $i."
|
||||
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
|
||||
/usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$i >/dev/null
|
||||
done
|
||||
Loading…
x
Reference in New Issue
Block a user