Index: head/math/pantheon-calculator/Makefile =================================================================== --- head/math/pantheon-calculator/Makefile (revision 527997) +++ head/math/pantheon-calculator/Makefile (revision 527998) @@ -1,30 +1,28 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= pantheon-calculator -PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTNAME= calculator +PORTVERSION= 1.5.4 CATEGORIES= math -MASTER_SITES= https://launchpadlibrarian.net/303135059/ \ - https://launchpad.net/${PORTNAME}/0.4-loki/${PORTVERSION}/+download/ +PKGNAMEPREFIX= pantheon- DIST_SUBDIR= pantheon MAINTAINER= ports@FreeBSD.org COMMENT= Simple calculator written in Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala -LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ - libgee-0.8.so:devel/libgee +LIB_DEPENDS= libgee-0.8.so:devel/libgee \ + libgranite.so:x11-toolkits/granite -USES= cmake pkgconfig gettext gnome tar:xz -USE_GNOME= glib20 gtk30 cairo gdkpixbuf2 intltool +USES= gettext gnome meson pkgconfig python:3.5+,build +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 -GLIB_SCHEMAS= org.pantheon.calculator.gschema.xml +USE_GITHUB= yes +GH_ACCOUNT= elementary -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +GLIB_SCHEMAS= io.elementary.calculator.gschema.xml .include Index: head/math/pantheon-calculator/distinfo =================================================================== --- head/math/pantheon-calculator/distinfo (revision 527997) +++ head/math/pantheon-calculator/distinfo (revision 527998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484991836 -SHA256 (pantheon/pantheon-calculator-0.1.2.tar.xz) = 80f936e5a48be7c1ca9904e1ebe14b9f112b549e698937aed6a0b4e580957e15 -SIZE (pantheon/pantheon-calculator-0.1.2.tar.xz) = 58492 +TIMESTAMP = 1581687794 +SHA256 (pantheon/elementary-calculator-1.5.4_GH0.tar.gz) = 3855e0083332ff625d5ae573b85075bdee9b5f82ce9b017fd5cb74aa57993191 +SIZE (pantheon/elementary-calculator-1.5.4_GH0.tar.gz) = 130360 Index: head/math/pantheon-calculator/files/patch-cmake_Translations.cmake =================================================================== --- head/math/pantheon-calculator/files/patch-cmake_Translations.cmake (revision 527997) +++ head/math/pantheon-calculator/files/patch-cmake_Translations.cmake (nonexistent) @@ -1,22 +0,0 @@ ---- cmake/Translations.cmake.orig 2016-09-20 11:55:41 UTC -+++ cmake/Translations.cmake -@@ -91,9 +91,7 @@ macro (configure_file_translation SOURCE - set(EXTRA_PO_DIR ${PO_DIR}/extra/) - get_filename_component(EXTRA_PO_DIR ${EXTRA_PO_DIR} ABSOLUTE) - -- # Intltool can't create a new directory. -- get_filename_component(SOURCE_DIRECTORY ${SOURCE} DIRECTORY) -- file(MAKE_DIRECTORY ${SOURCE_DIRECTORY}) -+ get_filename_component(TARGET ${SOURCE} NAME) - - set (INTLTOOL_FLAG "") - if (${SOURCE} MATCHES ".desktop") -@@ -103,7 +101,7 @@ macro (configure_file_translation SOURCE - elseif (${SOURCE} MATCHES ".xml") - set (INTLTOOL_FLAG "--xml-style") - endif () -- execute_process (WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ${INTLTOOL_MERGE_EXECUTABLE} --quiet ${INTLTOOL_FLAG} ${EXTRA_PO_DIR} ${SOURCE} ${RESULT}) -+ add_custom_target ("${TARGET}" ALL ${INTLTOOL_MERGE_EXECUTABLE} --quiet ${INTLTOOL_FLAG} ${EXTRA_PO_DIR} ${SOURCE} ${RESULT}) - endmacro () - - macro (add_translations_catalog NLS_PACKAGE) Property changes on: head/math/pantheon-calculator/files/patch-cmake_Translations.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala =================================================================== --- head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala (revision 527997) +++ head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala (nonexistent) @@ -1,13 +0,0 @@ ---- src/HistoryDialog.vala.orig 2016-09-20 11:55:41 UTC -+++ src/HistoryDialog.vala -@@ -31,6 +31,10 @@ namespace PantheonCalculator { - public signal void added (string text); - - public HistoryDialog (List _history) { -+ Intl.setlocale (LocaleCategory.ALL, ""); -+ Intl.bind_textdomain_codeset (Build.GETTEXT_PACKAGE, "UTF-8"); -+ Intl.textdomain (Build.GETTEXT_PACKAGE); -+ - history = _history; - title = _("History"); - set_size_request (450, 0); Property changes on: head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/pantheon-calculator/files/patch-src_PantheonCalculator.vala =================================================================== --- head/math/pantheon-calculator/files/patch-src_PantheonCalculator.vala (revision 527997) +++ head/math/pantheon-calculator/files/patch-src_PantheonCalculator.vala (nonexistent) @@ -1,10 +0,0 @@ ---- src/PantheonCalculator.vala.orig 2017-01-19 21:18:25 UTC -+++ src/PantheonCalculator.vala -@@ -59,6 +59,7 @@ namespace PantheonCalculator { - - public override void activate () { - window = new PantheonCalculator.MainWindow (); -+ window.icon_name = "accessories-calculator"; - this.add_window (window); - } - } Property changes on: head/math/pantheon-calculator/files/patch-src_PantheonCalculator.vala ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/pantheon-calculator/files/patch-data_CMakeLists.txt =================================================================== --- head/math/pantheon-calculator/files/patch-data_CMakeLists.txt (revision 527997) +++ head/math/pantheon-calculator/files/patch-data_CMakeLists.txt (nonexistent) @@ -1,13 +0,0 @@ ---- data/CMakeLists.txt.orig 2016-09-20 11:55:41 UTC -+++ data/CMakeLists.txt -@@ -1,5 +1,7 @@ --configure_file (org.pantheon.calculator.desktop.in.in ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.desktop.in) --configure_file_translation (${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.desktop ${CMAKE_SOURCE_DIR}/po/) --configure_file_translation (${CMAKE_CURRENT_SOURCE_DIR}/org.pantheon.calculator.appdata.xml.in ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.appdata.xml ${CMAKE_SOURCE_DIR}/po/) -+include (Translations) -+ -+configure_file (org.pantheon.calculator.desktop.in.in org.pantheon.calculator.desktop.in) -+configure_file_translation (${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.desktop.in org.pantheon.calculator.desktop ${CMAKE_SOURCE_DIR}/po/) -+configure_file_translation (${CMAKE_CURRENT_SOURCE_DIR}/org.pantheon.calculator.appdata.xml.in org.pantheon.calculator.appdata.xml ${CMAKE_SOURCE_DIR}/po/) - install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.desktop DESTINATION share/applications) - install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.calculator.appdata.xml DESTINATION share/appdata) Property changes on: head/math/pantheon-calculator/files/patch-data_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/pantheon-calculator/pkg-plist =================================================================== --- head/math/pantheon-calculator/pkg-plist (revision 527997) +++ head/math/pantheon-calculator/pkg-plist (revision 527998) @@ -1,202 +1,86 @@ -bin/pantheon-calculator -share/appdata/org.pantheon.calculator.appdata.xml -share/applications/org.pantheon.calculator.desktop -%%NLS%%share/locale/aa/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ab/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ae/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/af/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ak/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/am/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/an/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ar/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/as/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ast/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/av/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ay/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/az/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ba/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/be/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bg/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bh/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bm/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/br/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/bs/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ca/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ce/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ch/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ckb/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/co/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/cr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/cu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/cv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/cy/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/da/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/de/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/dv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/dz/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ee/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/el/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/en_AU/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/en_CA/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/eo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/es/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/et/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/eu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fa/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ff/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fj/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fr_CA/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/fy/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ga/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/gd/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/gl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/gn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/gu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/gv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ha/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/he/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/hi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ho/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/hr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ht/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/hu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/hy/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/hz/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ia/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/id/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ie/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ig/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ii/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ik/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/io/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/is/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/it/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/iu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/jv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ka/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kab/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kg/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ki/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kj/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kk/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/km/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ks/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ku/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/kw/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ky/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/la/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/lb/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/lg/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/li/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ln/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/lo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/lt/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/lu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/lv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mg/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mh/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mk/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ml/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ms/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/mt/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/my/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/na/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/nb/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/nd/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ne/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ng/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/nl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/nn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/no/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/nr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/nv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ny/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/oc/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/oj/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/om/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/or/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/os/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/pa/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/pi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ps/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/pt/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/qu/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/rm/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/rn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ro/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/rue/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/rw/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sa/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sc/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sd/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/se/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sg/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/si/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sk/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sm/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sma/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/so/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sq/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ss/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/st/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/su/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/sw/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/szl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ta/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/te/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tg/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/th/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ti/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tk/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tl/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tn/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/to/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ts/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tt/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/tw/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ty/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/udm/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ug/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/uk/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ur/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/uz/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/ve/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/vi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/vo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/wa/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/wo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/xh/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/yi/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/yo/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/za/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/zh/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/zh_HK/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/pantheon-calculator.mo -%%NLS%%share/locale/zu/LC_MESSAGES/pantheon-calculator.mo +bin/io.elementary.calculator +share/applications/io.elementary.calculator.desktop +share/locale/af/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ak/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ar/LC_MESSAGES/io.elementary.calculator.mo +share/locale/az/LC_MESSAGES/io.elementary.calculator.mo +share/locale/be/LC_MESSAGES/io.elementary.calculator.mo +share/locale/bg/LC_MESSAGES/io.elementary.calculator.mo +share/locale/bn/LC_MESSAGES/io.elementary.calculator.mo +share/locale/bs/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ca/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ckb/LC_MESSAGES/io.elementary.calculator.mo +share/locale/cs/LC_MESSAGES/io.elementary.calculator.mo +share/locale/cv/LC_MESSAGES/io.elementary.calculator.mo +share/locale/da/LC_MESSAGES/io.elementary.calculator.mo +share/locale/de/LC_MESSAGES/io.elementary.calculator.mo +share/locale/el/LC_MESSAGES/io.elementary.calculator.mo +share/locale/en_AU/LC_MESSAGES/io.elementary.calculator.mo +share/locale/en_CA/LC_MESSAGES/io.elementary.calculator.mo +share/locale/en_GB/LC_MESSAGES/io.elementary.calculator.mo +share/locale/eo/LC_MESSAGES/io.elementary.calculator.mo +share/locale/es/LC_MESSAGES/io.elementary.calculator.mo +share/locale/et/LC_MESSAGES/io.elementary.calculator.mo +share/locale/eu/LC_MESSAGES/io.elementary.calculator.mo +share/locale/fa/LC_MESSAGES/io.elementary.calculator.mo +share/locale/fi/LC_MESSAGES/io.elementary.calculator.mo +share/locale/fr/LC_MESSAGES/io.elementary.calculator.mo +share/locale/fr_CA/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ga/LC_MESSAGES/io.elementary.calculator.mo +share/locale/gl/LC_MESSAGES/io.elementary.calculator.mo +share/locale/he/LC_MESSAGES/io.elementary.calculator.mo +share/locale/hi/LC_MESSAGES/io.elementary.calculator.mo +share/locale/hr/LC_MESSAGES/io.elementary.calculator.mo +share/locale/hu/LC_MESSAGES/io.elementary.calculator.mo +share/locale/hy/LC_MESSAGES/io.elementary.calculator.mo +share/locale/id/LC_MESSAGES/io.elementary.calculator.mo +share/locale/is/LC_MESSAGES/io.elementary.calculator.mo +share/locale/it/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ja/LC_MESSAGES/io.elementary.calculator.mo +share/locale/jv/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ka/LC_MESSAGES/io.elementary.calculator.mo +share/locale/kn/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ko/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ku/LC_MESSAGES/io.elementary.calculator.mo +share/locale/lb/LC_MESSAGES/io.elementary.calculator.mo +share/locale/lg/LC_MESSAGES/io.elementary.calculator.mo +share/locale/lt/LC_MESSAGES/io.elementary.calculator.mo +share/locale/lv/LC_MESSAGES/io.elementary.calculator.mo +share/locale/mg/LC_MESSAGES/io.elementary.calculator.mo +share/locale/mk/LC_MESSAGES/io.elementary.calculator.mo +share/locale/mn/LC_MESSAGES/io.elementary.calculator.mo +share/locale/mo/LC_MESSAGES/io.elementary.calculator.mo +share/locale/mr/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ms/LC_MESSAGES/io.elementary.calculator.mo +share/locale/my/LC_MESSAGES/io.elementary.calculator.mo +share/locale/nb/LC_MESSAGES/io.elementary.calculator.mo +share/locale/nl/LC_MESSAGES/io.elementary.calculator.mo +share/locale/nn/LC_MESSAGES/io.elementary.calculator.mo +share/locale/pl/LC_MESSAGES/io.elementary.calculator.mo +share/locale/pt/LC_MESSAGES/io.elementary.calculator.mo +share/locale/pt_BR/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ro/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ru/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sa/LC_MESSAGES/io.elementary.calculator.mo +share/locale/si/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sk/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sl/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sma/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sq/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sr/LC_MESSAGES/io.elementary.calculator.mo +share/locale/sv/LC_MESSAGES/io.elementary.calculator.mo +share/locale/szl/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ta/LC_MESSAGES/io.elementary.calculator.mo +share/locale/te/LC_MESSAGES/io.elementary.calculator.mo +share/locale/th/LC_MESSAGES/io.elementary.calculator.mo +share/locale/tl/LC_MESSAGES/io.elementary.calculator.mo +share/locale/tr/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ug/LC_MESSAGES/io.elementary.calculator.mo +share/locale/uk/LC_MESSAGES/io.elementary.calculator.mo +share/locale/ur/LC_MESSAGES/io.elementary.calculator.mo +share/locale/uz/LC_MESSAGES/io.elementary.calculator.mo +share/locale/vi/LC_MESSAGES/io.elementary.calculator.mo +share/locale/zh/LC_MESSAGES/io.elementary.calculator.mo +share/locale/zh_CN/LC_MESSAGES/io.elementary.calculator.mo +share/locale/zh_TW/LC_MESSAGES/io.elementary.calculator.mo +share/metainfo/io.elementary.calculator.appdata.xml