Skip to content

Commit 895d3de

Browse files
committed
1.5.18
1 parent 31a4c2d commit 895d3de

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ install-exec-local: .stamp-distutils-in-builddir
7171
uninstall-local:
7272
rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info
7373
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers/__pycache__
74+
rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.egg
7475
for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \
7576
rm -f $(DESTDIR)/$(pythondir)/$$file*; \
7677
done
@@ -399,5 +400,7 @@ DISTCLEANFILES=*.pyc *.pyo *~ *.bak \
399400
distclean-local:
400401
rm -rf html
401402
rm -rf cupshelpers/__pycache__
403+
rm -rf cupshelpers.egg-info/
404+
rm -rf dist/cupshelpers*.egg
402405

403406
.PHONY: update-po missing-languages run help FORCE

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(system-config-printer, 1.5.17)
1+
AC_INIT(system-config-printer, 1.5.18)
22
AC_CONFIG_SRCDIR(system-config-printer.py)
33
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
44
AM_GNU_GETTEXT_VERSION(0.20)

po/LINGUAS

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ar
22
as
33
ast
44
bg
5-
bn
65
bn_IN
6+
bn
77
br
88
bs
99
ca
@@ -28,6 +28,7 @@ id
2828
is
2929
it
3030
ja
31+
ka
3132
kn
3233
ko
3334
lt
@@ -44,15 +45,15 @@ oc
4445
or
4546
pa
4647
pl
47-
pt
4848
pt_BR
49+
pt
4950
ro
5051
ru
5152
si
5253
sk
5354
sl
54-
sr
5555
sr@latin
56+
sr
5657
sv
5758
ta
5859
te

0 commit comments

Comments
 (0)