Skip to content

Commit

Permalink
Update to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Oct 16, 2016
1 parent 70e91bc commit fb78af1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Amir Mohammadi <[email protected]>
pkgname=gahshomar
pkgver=4.4.0
pkgrel=1
pkgver=4.4.1
pkgrel=0
pkgdesc="A Persian (Jalali/Farsi) calendar"
arch=(i686 x86_64)
url="https://gahshomar.github.io/gahshomar/"
Expand All @@ -14,7 +14,7 @@ optdepends=('libappindicator-gtk3: for the app indicator plugin'
'gnome-shell: for the gnome-shell extension')
install=gahshomar.install
source=($pkgname-$pkgver.tar.gz::https://github.com/Gahshomar/gahshomar/releases/download/v$pkgver/gahshomar-$pkgver.tar.gz)
md5sums=('de24df8aabd349d407745be3ecb0a38b')
md5sums=('e268babec06a94ca90c7240a889e875e')

build() {
cd $srcdir/$pkgname-$pkgver
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
AC_INIT([org.gahshomar.Gahshomar], [4.4.0],
AC_INIT([org.gahshomar.Gahshomar], [4.4.1],
[[email protected]],
[gahshomar],
[https://gahshomar.github.io/gahshomar/])
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gahshomar (4.4.0-1~trusty) trusty; urgency=low
gahshomar (4.4.1-0~trusty) trusty; urgency=low

* Initial release

Expand Down
4 changes: 2 additions & 2 deletions debian/gahshomar.dsc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Format: 1.0
Source: gahshomar
Version: 4.4.0-1
Version: 4.4.1-0
Binary: gahshomar
Maintainer: Amir Mohammadi <[email protected]>
Architecture: any
Build-Depends: debhelper (>= 9.0.0), autotools-dev, dh-python, intltool, itstool, libxml2-utils, libjalali-dev, libgtk-3-dev, libpeas-dev, libglib2.0-dev (>= 2.34), yelp, yelp-tools, libtool, libgirepository1.0-dev
Files:
de24df8aabd349d407745be3ecb0a38b 552690 gahshomar-4.4.0.tar.gz
e268babec06a94ca90c7240a889e875e 552690 gahshomar-4.4.1.tar.gz
4 changes: 2 additions & 2 deletions gahshomar.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: gahshomar
Version: 4.4.0
Release: 2%{?dist}
Version: 4.4.1
Release: 0%{?dist}
Summary: A Persian (Jalali/Farsi) calendar

License: GPLv3+
Expand Down
11 changes: 5 additions & 6 deletions po/Makefile.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ exec_prefix = @exec_prefix@
datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
DATADIRNAME = @DATADIRNAME@
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
localedir = @localedir@
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.
Expand Down Expand Up @@ -80,7 +79,7 @@ INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;

.po.pox:
$(MAKE) $(GETTEXT_PACKAGE).pot
$(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
$(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox

.po.mo:
$(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
Expand Down Expand Up @@ -108,7 +107,7 @@ install-data-no: all
install-data-yes: all
linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
$(mkdir_p) $$dir; \
if test -r $$lang.gmo; then \
$(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
Expand Down Expand Up @@ -142,8 +141,8 @@ install-exec installcheck:
uninstall:
linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
done

check: all $(GETTEXT_PACKAGE).pot
Expand Down

0 comments on commit fb78af1

Please sign in to comment.