Compare commits

..

No commits in common. "0fc6392a1da74e14e3e8a00c71fe7d143a584d29" and "8a3de3b0ea9e910e2e8a0a5a854d9485ea2ccf1d" have entirely different histories.

22 changed files with 22 additions and 115 deletions

View file

@ -12,6 +12,10 @@ distclean-local:
distuninstallcheck_listfiles = \ distuninstallcheck_listfiles = \
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz
.PHONY: ChangeLog .PHONY: ChangeLog
ChangeLog: Makefile ChangeLog: Makefile
@ -29,7 +33,6 @@ EXTRA_DIST = \
DISTCLEANFILES = \ DISTCLEANFILES = \
intltool-extract \ intltool-extract \
intltool-merge \ intltool-merge \
intltool-update \ intltool-update
./po/.intltool-merge-cache.lock
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

8
NEWS
View file

@ -1,11 +1,3 @@
4.6.0 (2022-04-04)
=====
- Add Chibi theme (!4)
- Small code improvements
- Translation Updates:
Albanian, Armenian (Armenia), Basque, Belarusian, English (Canada),
Finnish, French, Hebrew, Slovenian, Spanish, Thai, Ukrainian, Uyghur
4.5.1 4.5.1
====== ======
- Update URLs. Remove ref. to translations.x.o (Bug #16162) - Update URLs. Remove ref. to translations.x.o (Bug #16162)

View file

@ -5,8 +5,8 @@ dnl ***************************
dnl *** Version information *** dnl *** Version information ***
dnl *************************** dnl ***************************
m4_define([eyes_version_major], [4]) m4_define([eyes_version_major], [4])
m4_define([eyes_version_minor], [6]) m4_define([eyes_version_minor], [5])
m4_define([eyes_version_micro], [0]) m4_define([eyes_version_micro], [1])
m4_define([eyes_version_build], [r@REVISION@]) m4_define([eyes_version_build], [r@REVISION@])
m4_define([eyes_version_tag], [git]) m4_define([eyes_version_tag], [git])
m4_define([eyes_version], [eyes_version_major().eyes_version_minor().eyes_version_micro()ifelse(eyes_version_tag(), [git], [eyes_version_tag()-eyes_version_build()], [eyes_version_tag()])]) m4_define([eyes_version], [eyes_version_major().eyes_version_minor().eyes_version_micro()ifelse(eyes_version_tag(), [git], [eyes_version_tag()-eyes_version_build()], [eyes_version_tag()])])
@ -32,7 +32,7 @@ dnl ********************************
dnl *** Check for basic programs *** dnl *** Check for basic programs ***
dnl ******************************** dnl ********************************
AC_PROG_CC() AC_PROG_CC()
LT_PATH_LD() AC_PROG_LD()
AC_PROG_INSTALL() AC_PROG_INSTALL()
LT_PREREQ([2.2.6]) LT_PREREQ([2.2.6])
LT_INIT([disable-static]) LT_INIT([disable-static])
@ -57,7 +57,6 @@ XDT_I18N([@LINGUAS@])
dnl *********************************** dnl ***********************************
dnl *** Check for required packages *** dnl *** Check for required packages ***
dnl *********************************** dnl ***********************************
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.26.0])
XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.14.0]) XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.14.0])
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0]) XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0]) XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
@ -85,8 +84,5 @@ themes/Default/Makefile
themes/Default-tiny/Makefile themes/Default-tiny/Makefile
themes/Horrid/Makefile themes/Horrid/Makefile
themes/Tango/Makefile themes/Tango/Makefile
themes/Chibi/Makefile
themes/Sam/Makefile
themes/Sam-tiny/Makefile
]) ])
AC_OUTPUT AC_OUTPUT

View file

@ -1,39 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Michael O'Connor, 2022
msgid ""
msgstr ""
"Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-02 06:32+0200\n"
"PO-Revision-Date: 2013-07-03 18:59+0000\n"
"Last-Translator: Michael O'Connor, 2022\n"
"Language-Team: Irish (http://www.transifex.com/xfce/xfce-panel-plugins/language/ga/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ga\n"
"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
#: ../panel-plugin/eyes.c:367 ../panel-plugin/eyes.desktop.in.h:1
msgid "Eyes"
msgstr "Súile"
#: ../panel-plugin/eyes.c:370
msgid "_Close"
msgstr "_Scoir"
#: ../panel-plugin/eyes.c:387
msgid "_Select a theme:"
msgstr "_Roghnaigh téama:"
#: ../panel-plugin/eyes.c:423
msgid "Use single _row in multi-row panel"
msgstr "Úsáid _ró amháin i bpainéal il-ró"
#: ../panel-plugin/eyes.desktop.in.h:2
msgid "Eyes that spy on you"
msgstr "Súile go mbíonn ag spiaireacht ort"

View file

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Xfce Panel Plugins\n" "Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-28 15:06+0100\n" "POT-Creation-Date: 2019-08-02 06:32+0200\n"
"PO-Revision-Date: 2013-07-03 18:59+0000\n" "PO-Revision-Date: 2019-08-02 04:32+0000\n"
"Last-Translator: Mișu Moldovan <dumol@xfce.org>, 2004,2011\n" "Last-Translator: Xfce Bot <transifex@xfce.org>\n"
"Language-Team: Romanian (http://www.transifex.com/xfce/xfce-panel-plugins/language/ro/)\n" "Language-Team: Romanian (http://www.transifex.com/xfce/xfce-panel-plugins/language/ro/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -18,19 +18,19 @@ msgstr ""
"Language: ro\n" "Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: ../panel-plugin/eyes.c:365 ../panel-plugin/eyes.desktop.in.h:1 #: ../panel-plugin/eyes.c:367 ../panel-plugin/eyes.desktop.in.h:1
msgid "Eyes" msgid "Eyes"
msgstr "Ochi" msgstr "Ochi"
#: ../panel-plugin/eyes.c:368 #: ../panel-plugin/eyes.c:370
msgid "_Close" msgid "_Close"
msgstr "În_chide" msgstr ""
#: ../panel-plugin/eyes.c:385 #: ../panel-plugin/eyes.c:387
msgid "_Select a theme:" msgid "_Select a theme:"
msgstr "_Selectați o temă:" msgstr "_Selectați o temă:"
#: ../panel-plugin/eyes.c:421 #: ../panel-plugin/eyes.c:423
msgid "Use single _row in multi-row panel" msgid "Use single _row in multi-row panel"
msgstr "Utilizează un singur _rând în panou" msgstr "Utilizează un singur _rând în panou"

View file

@ -4,13 +4,13 @@
# #
# Translators: # Translators:
# 8b03701f910565d01acaec9ce3f558ab_e9f0fee <b5b06e8f85fb8288fe43ad0bc2422d94_32848>, 2013 # 8b03701f910565d01acaec9ce3f558ab_e9f0fee <b5b06e8f85fb8288fe43ad0bc2422d94_32848>, 2013
# Arnold Marko <arnold.marko@gmail.com>, 2019,2021 # Arnold Marko <arnold.marko@gmail.com>, 2019
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Xfce Panel Plugins\n" "Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-02 06:32+0200\n" "POT-Creation-Date: 2019-08-02 06:32+0200\n"
"PO-Revision-Date: 2021-05-26 07:43+0000\n" "PO-Revision-Date: 2019-11-03 17:26+0000\n"
"Last-Translator: Arnold Marko <arnold.marko@gmail.com>\n" "Last-Translator: Arnold Marko <arnold.marko@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/xfce/xfce-panel-plugins/language/sl/)\n" "Language-Team: Slovenian (http://www.transifex.com/xfce/xfce-panel-plugins/language/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -33,7 +33,7 @@ msgstr "_Izberite temo:"
#: ../panel-plugin/eyes.c:423 #: ../panel-plugin/eyes.c:423
msgid "Use single _row in multi-row panel" msgid "Use single _row in multi-row panel"
msgstr "Uporabi eno _vrstico na več-vrstičnem panoju" msgstr "Uporabi eno _vrstico v več-vrstičnem pultu"
#: ../panel-plugin/eyes.desktop.in.h:2 #: ../panel-plugin/eyes.desktop.in.h:2
msgid "Eyes that spy on you" msgid "Eyes that spy on you"

View file

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Xfce Panel Plugins\n" "Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-02 06:32+0200\n" "POT-Creation-Date: 2019-08-02 06:32+0200\n"
"PO-Revision-Date: 2021-06-30 09:41+0000\n" "PO-Revision-Date: 2019-08-02 04:32+0000\n"
"Last-Translator: Theppitak Karoonboonyanan <theppitak@gmail.com>\n" "Last-Translator: Theppitak Karoonboonyanan <theppitak@gmail.com>\n"
"Language-Team: Thai (http://www.transifex.com/xfce/xfce-panel-plugins/language/th/)\n" "Language-Team: Thai (http://www.transifex.com/xfce/xfce-panel-plugins/language/th/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

View file

@ -1,8 +0,0 @@
Chibidir = $(datadir)/xfce4/eyes/themes/Chibi
Chibi_DATA = \
chibi-eye.png \
chibi-pupil.png \
config
EXTRA_DIST = $(Chibi_DATA)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 446 B

View file

@ -1,4 +0,0 @@
wall-thickness = 4
num-eyes = 2
eye-pixmap = "chibi-eye.png"
pupil-pixmap = "chibi-pupil.png"

View file

@ -4,9 +4,6 @@ SUBDIRS = \
Default \ Default \
Default-tiny \ Default-tiny \
Horrid \ Horrid \
Tango \ Tango
Chibi \
Sam \
Sam-tiny
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1 +0,0 @@
*.xcf

View file

@ -1,10 +0,0 @@
Sam_tinydir = $(datadir)/xfce4/eyes/themes/Sam-tiny
Sam_tiny_DATA = \
sam-tiny-eye.png \
sam-tiny-pupil.png \
config
EXTRA_DIST = $(Sam_tiny_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,4 +0,0 @@
wall-thickness = 7
num-eyes = 2
eye-pixmap = "sam-tiny-eye.png"
pupil-pixmap = "sam-tiny-pupil.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

View file

@ -1 +0,0 @@
*.xcf

View file

@ -1,10 +0,0 @@
Samdir = $(datadir)/xfce4/eyes/themes/Sam
Sam_DATA = \
sam-eye.png \
sam-pupil.png \
config
EXTRA_DIST = $(Sam_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,4 +0,0 @@
wall-thickness = 13
num-eyes = 2
eye-pixmap = "sam-eye.png"
pupil-pixmap = "sam-pupil.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB