summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-17 13:25:11 -0700
committerStefano Karapetsas <[email protected]>2013-10-17 13:25:11 -0700
commite83eb6c9dc67ac587d41ca61334c79bac60707cc (patch)
treed551632b8a7a0378ffc15700080b73e199ec1d65
parent9a3ba3734f3d81f3ccab87b91fb5751660202dab (diff)
parenta7a396317a84af11f4a55682c53666aeca84e731 (diff)
downloadeom-e83eb6c9dc67ac587d41ca61334c79bac60707cc.tar.bz2
eom-e83eb6c9dc67ac587d41ca61334c79bac60707cc.tar.xz
Merge pull request #28 from NiceandGently/master
renaming to eom and removing distro folder
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
-rw-r--r--distro/archlinux/PKGBUILD34
-rw-r--r--distro/archlinux/mate-image-viewer.install22
-rw-r--r--man/eom.14
5 files changed, 4 insertions, 60 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
deleted file mode 100644
index df21778..0000000
--- a/distro/archlinux/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-pkgname=mate-image-viewer
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop' 'libexif' 'lcms' 'desktop-file-utils' 'mate-icon-theme' 'exempi')
-makedepends=('pkgconfig' 'mate-doc-utils' 'intltool')
-options=('!emptydirs' '!libtool')
-conflicts=('eom')
-url="http://matsusoft.com.ar/projects"
-groups=('mate-extras')
-install=mate-image-viewer.install
-source=(http://sourceforge.net/projects/matede/files/${pkgver}/${pkgname}.tar.gz/download)
-sha256sums=('5cb6b424af115645061850d2c730744475ef979da36871e144291ddd4cae99bc')
-
-build() {
- cd "${srcdir}/${pkgname}"
-
- PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-scrollkeeper || return 1
-
- make || return 1
-}
-
-package() {
- cd "${srcdir}/${pkgname}"
-
- 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
-}
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.