Compare commits
10 commits
8a3de3b0ea
...
0fc6392a1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fc6392a1d | ||
|
|
7c2710cb8d | ||
|
|
d2c0ab8904 | ||
|
|
ae293881f0 | ||
|
|
937e0b6a0f | ||
|
|
a57fae2ebd | ||
|
|
38ccbed1fa | ||
|
|
4eae95c301 | ||
|
|
3acb82648e | ||
|
|
d21c8e87fa |
22 changed files with 115 additions and 22 deletions
|
|
@ -12,10 +12,6 @@ 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
|
||||||
|
|
@ -33,6 +29,7 @@ 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
8
NEWS
|
|
@ -1,3 +1,11 @@
|
||||||
|
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)
|
||||||
|
|
|
||||||
|
|
@ -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], [5])
|
m4_define([eyes_version_minor], [6])
|
||||||
m4_define([eyes_version_micro], [1])
|
m4_define([eyes_version_micro], [0])
|
||||||
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()
|
||||||
AC_PROG_LD()
|
LT_PATH_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,6 +57,7 @@ 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])
|
||||||
|
|
@ -84,5 +85,8 @@ 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
|
||||||
|
|
|
||||||
39
po/ga.po
Normal file
39
po/ga.po
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
# 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"
|
||||||
16
po/ro.po
16
po/ro.po
|
|
@ -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: 2019-08-02 06:32+0200\n"
|
"POT-Creation-Date: 2022-11-28 15:06+0100\n"
|
||||||
"PO-Revision-Date: 2019-08-02 04:32+0000\n"
|
"PO-Revision-Date: 2013-07-03 18:59+0000\n"
|
||||||
"Last-Translator: Xfce Bot <transifex@xfce.org>\n"
|
"Last-Translator: Mișu Moldovan <dumol@xfce.org>, 2004,2011\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:367 ../panel-plugin/eyes.desktop.in.h:1
|
#: ../panel-plugin/eyes.c:365 ../panel-plugin/eyes.desktop.in.h:1
|
||||||
msgid "Eyes"
|
msgid "Eyes"
|
||||||
msgstr "Ochi"
|
msgstr "Ochi"
|
||||||
|
|
||||||
#: ../panel-plugin/eyes.c:370
|
#: ../panel-plugin/eyes.c:368
|
||||||
msgid "_Close"
|
msgid "_Close"
|
||||||
msgstr ""
|
msgstr "În_chide"
|
||||||
|
|
||||||
#: ../panel-plugin/eyes.c:387
|
#: ../panel-plugin/eyes.c:385
|
||||||
msgid "_Select a theme:"
|
msgid "_Select a theme:"
|
||||||
msgstr "_Selectați o temă:"
|
msgstr "_Selectați o temă:"
|
||||||
|
|
||||||
#: ../panel-plugin/eyes.c:423
|
#: ../panel-plugin/eyes.c:421
|
||||||
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"
|
||||||
|
|
||||||
|
|
|
||||||
6
po/sl.po
6
po/sl.po
|
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# 8b03701f910565d01acaec9ce3f558ab_e9f0fee <b5b06e8f85fb8288fe43ad0bc2422d94_32848>, 2013
|
# 8b03701f910565d01acaec9ce3f558ab_e9f0fee <b5b06e8f85fb8288fe43ad0bc2422d94_32848>, 2013
|
||||||
# Arnold Marko <arnold.marko@gmail.com>, 2019
|
# Arnold Marko <arnold.marko@gmail.com>, 2019,2021
|
||||||
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: 2019-11-03 17:26+0000\n"
|
"PO-Revision-Date: 2021-05-26 07:43+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 v več-vrstičnem pultu"
|
msgstr "Uporabi eno _vrstico na več-vrstičnem panoju"
|
||||||
|
|
||||||
#: ../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"
|
||||||
|
|
|
||||||
2
po/th.po
2
po/th.po
|
|
@ -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: 2019-08-02 04:32+0000\n"
|
"PO-Revision-Date: 2021-06-30 09:41+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"
|
||||||
|
|
|
||||||
8
themes/Chibi/Makefile.am
Normal file
8
themes/Chibi/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Chibidir = $(datadir)/xfce4/eyes/themes/Chibi
|
||||||
|
|
||||||
|
Chibi_DATA = \
|
||||||
|
chibi-eye.png \
|
||||||
|
chibi-pupil.png \
|
||||||
|
config
|
||||||
|
|
||||||
|
EXTRA_DIST = $(Chibi_DATA)
|
||||||
BIN
themes/Chibi/chibi-eye.png
Normal file
BIN
themes/Chibi/chibi-eye.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 457 B |
BIN
themes/Chibi/chibi-pupil.png
Normal file
BIN
themes/Chibi/chibi-pupil.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 446 B |
4
themes/Chibi/config
Normal file
4
themes/Chibi/config
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
wall-thickness = 4
|
||||||
|
num-eyes = 2
|
||||||
|
eye-pixmap = "chibi-eye.png"
|
||||||
|
pupil-pixmap = "chibi-pupil.png"
|
||||||
|
|
@ -2,8 +2,11 @@ SUBDIRS = \
|
||||||
Bizarre \
|
Bizarre \
|
||||||
Bloodshot \
|
Bloodshot \
|
||||||
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:
|
||||||
|
|
|
||||||
1
themes/Sam-tiny/.gitignore
vendored
Normal file
1
themes/Sam-tiny/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.xcf
|
||||||
10
themes/Sam-tiny/Makefile.am
Normal file
10
themes/Sam-tiny/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
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:
|
||||||
4
themes/Sam-tiny/config
Normal file
4
themes/Sam-tiny/config
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
wall-thickness = 7
|
||||||
|
num-eyes = 2
|
||||||
|
eye-pixmap = "sam-tiny-eye.png"
|
||||||
|
pupil-pixmap = "sam-tiny-pupil.png"
|
||||||
BIN
themes/Sam-tiny/sam-tiny-eye.png
Normal file
BIN
themes/Sam-tiny/sam-tiny-eye.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9 KiB |
BIN
themes/Sam-tiny/sam-tiny-pupil.png
Normal file
BIN
themes/Sam-tiny/sam-tiny-pupil.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
1
themes/Sam/.gitignore
vendored
Normal file
1
themes/Sam/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.xcf
|
||||||
10
themes/Sam/Makefile.am
Normal file
10
themes/Sam/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
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:
|
||||||
4
themes/Sam/config
Normal file
4
themes/Sam/config
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
wall-thickness = 13
|
||||||
|
num-eyes = 2
|
||||||
|
eye-pixmap = "sam-eye.png"
|
||||||
|
pupil-pixmap = "sam-pupil.png"
|
||||||
BIN
themes/Sam/sam-eye.png
Normal file
BIN
themes/Sam/sam-eye.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
themes/Sam/sam-pupil.png
Normal file
BIN
themes/Sam/sam-pupil.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Reference in a new issue