diff options
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 4 | ||||
-rw-r--r-- | distro/archlinux/mate-image-viewer.install | 22 | ||||
-rw-r--r-- | man/eom.1 | 4 |
5 files changed, 6 insertions, 28 deletions
@@ -4,7 +4,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="mate-image-viewer" +PKG_NAME="eom" (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" diff --git a/configure.ac b/configure.ac index 600caa9..599bb16 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ m4_define(eom_minor_version, 6) m4_define(eom_micro_version, 1) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) -AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [mate-image-viewer]) +AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) # Support silencing the build output if supported (automake-1.11+) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index df21778..2ea7d0b 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,4 +1,4 @@ -pkgname=mate-image-viewer +pkgname=eom pkgver=1.1.0 pkgrel=1 pkgdesc="An image viewing and cataloging program for MATE" @@ -10,7 +10,7 @@ options=('!emptydirs' '!libtool') conflicts=('eom') url="http://matsusoft.com.ar/projects" groups=('mate-extras') -install=mate-image-viewer.install +install=eom.install source=(http://sourceforge.net/projects/matede/files/${pkgver}/${pkgname}.tar.gz/download) sha256sums=('5cb6b424af115645061850d2c730744475ef979da36871e144291ddd4cae99bc') diff --git a/distro/archlinux/mate-image-viewer.install b/distro/archlinux/mate-image-viewer.install deleted file mode 100644 index 5598826..0000000 --- a/distro/archlinux/mate-image-viewer.install +++ /dev/null @@ -1,22 +0,0 @@ -pkgname=mate-image-viewer - -post_install() { - usr/sbin/mateconfpkg --install ${pkgname} - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/mateconfpkg --uninstall ${pkgname} -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} @@ -1,5 +1,5 @@ .\" -.\" mate-image-viewer manual page. +.\" eom manual page. .\" (C) 2013 Scott Balneaves ([email protected]) .\" .TH EOM 1 "MATE" @@ -25,4 +25,4 @@ Open in slideshow mode. Start a new instance instead of reusing an existing one. .SH BUGS If you find bugs in the \fIeom\fP program, please report -these on https://github.com/mate-desktop/mate-image-viewer/issues. +these on https://github.com/mate-desktop/eom/issues. |