summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-17 22:13:14 +0200
committerraveit65 <[email protected]>2013-10-17 22:13:14 +0200
commite7bc9ed759844c0753022dbd5a25dac9654c4050 (patch)
tree2ca84510416904cd021766c980cc517c5fa2b8b9
parent9a3ba3734f3d81f3ccab87b91fb5751660202dab (diff)
downloadeom-e7bc9ed759844c0753022dbd5a25dac9654c4050.tar.bz2
eom-e7bc9ed759844c0753022dbd5a25dac9654c4050.tar.xz
renaming to eom
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
-rw-r--r--distro/archlinux/PKGBUILD4
-rw-r--r--distro/archlinux/mate-image-viewer.install22
-rw-r--r--man/eom.14
5 files changed, 6 insertions, 28 deletions
diff --git a/autogen.sh b/autogen.sh
index 502f155..1098cac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
-}
diff --git a/man/eom.1 b/man/eom.1
index ef3213f..a94ed9a 100644
--- a/man/eom.1
+++ b/man/eom.1
@@ -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.