[Xfce4-commits] [apps/xfce4-screensaver] 21/425: removed distro/ubuntu folder

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:47:48 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit bd675919a09f0fc9c8dded090b746c3cec03fdf2
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date:   Fri May 25 15:10:50 2012 +0200

    removed distro/ubuntu folder
---
 distro/ubuntu/build                | 38 --------------------------------------
 distro/ubuntu/mate-screensaver.pam |  2 --
 distro/ubuntu/postinst             | 11 -----------
 distro/ubuntu/postrm               |  8 --------
 distro/ubuntu/preinst              |  8 --------
 distro/ubuntu/prerm                | 11 -----------
 6 files changed, 78 deletions(-)

diff --git a/distro/ubuntu/build b/distro/ubuntu/build
deleted file mode 100755
index b591c11..0000000
--- a/distro/ubuntu/build
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-# fill it
-pkgname=mate-screensaver
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Screensaver for MATE'
-depends=('gtk2' 'dbus' 'mate-conf' 'mate-desktop')
-makedepends=('pkgconfig' 'intltool' 'mate-doc-utils')
-# editar esta funcion!
-build() {
-	cd $pkgsrc
-	# descomprimir
-	tar xvzf ${pkgver}
-	# entramos a la carpeta
-	cd ${pkgname}
-
-	./autogen.sh \
-		--prefix=/usr --sysconfdir=/etc \
-		--mandir=/usr/share \
-		--disable-static \
-		--with-xscreensaverdir=/usr/share/xscreensaver/config \
-		--with-xscreensaverhackdir=/usr/lib/xscreensaver \
-		--with-mit-ext \
-		--libexecdir=/usr/lib/${pkgname} || return 1
-
-	make || return 1
-	make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
-
-	install -m644 "${srcdir}/mate-screensaver.pam" "${pkgdir}/etc/pam.d/mate-screensaver"
-	
-	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/mate-screensaver.pam b/distro/ubuntu/mate-screensaver.pam
deleted file mode 100644
index a9fd9ce..0000000
--- a/distro/ubuntu/mate-screensaver.pam
+++ /dev/null
@@ -1,2 +0,0 @@
- at include common-auth
-auth optional pam_gnome_keyring.so
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst
deleted file mode 100755
index e7757d1..0000000
--- a/distro/ubuntu/postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-pkgname=mate-screensaver
-
-if [ -f /usr/sbin/mateconfpkg ]; then
-	/usr/sbin/mateconfpkg --install ${pkgname}
-fi
-
-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 41ae95a..0000000
--- a/distro/ubuntu/postrm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-pkgname=mate-screensaver
-
-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 0608aea..0000000
--- a/distro/ubuntu/preinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-pkgname=mate-screensaver
-
-if [ -f /usr/sbin/mateconfpkg ]; then
-	/usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-
diff --git a/distro/ubuntu/prerm b/distro/ubuntu/prerm
deleted file mode 100755
index 25243d3..0000000
--- a/distro/ubuntu/prerm
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -e
-
-pkgname=mate-screensaver
-
-if [ -f /usr/sbin/mateconfpkg ]; then
-	/usr/sbin/mateconfpkg --uninstall ${pkgname}
-fi
-
-exit 0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list