diff -Nru 2048-1.4.0/debian/bzr-builder.manifest 2048-1.4.0/debian/bzr-builder.manifest --- 2048-1.4.0/debian/bzr-builder.manifest 2021-02-12 01:01:51.000000000 +0000 +++ 2048-1.4.0/debian/bzr-builder.manifest 2021-05-04 01:16:41.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~67 -lp:2048x revid:svn-v4:08144438-5429-4238-b20f-1fa1bbdc6391:trunk:81 +# bzr-builder format 0.3 deb-version {debupstream}-0~68 +lp:2048x revid:svn-v4:08144438-5429-4238-b20f-1fa1bbdc6391:trunk:82 nest packaging lp:~chronoscz/2048x/debian-packaging debian revid:svn-v4:08144438-5429-4238-b20f-1fa1bbdc6391:trunk/Install/deb/debian:76 diff -Nru 2048-1.4.0/debian/changelog 2048-1.4.0/debian/changelog --- 2048-1.4.0/debian/changelog 2021-02-12 01:01:51.000000000 +0000 +++ 2048-1.4.0/debian/changelog 2021-05-04 01:16:41.000000000 +0000 @@ -1,8 +1,8 @@ -2048 (1.4.0-0~67~ubuntu20.10.1) groovy; urgency=low +2048 (1.4.0-0~68~ubuntu20.10.1) groovy; urgency=low * Auto build. - -- Jiří Hajda Fri, 12 Feb 2021 01:01:51 +0000 + -- Jiří Hajda Tue, 04 May 2021 01:16:41 +0000 2048 (1.4.0-0) precise; urgency=low diff -Nru 2048-1.4.0/Game2048.lpr 2048-1.4.0/Game2048.lpr --- 2048-1.4.0/Game2048.lpr 2021-02-12 01:01:51.000000000 +0000 +++ 2048-1.4.0/Game2048.lpr 2021-05-04 01:16:40.000000000 +0000 @@ -7,8 +7,7 @@ cthreads, clocale, {$ENDIF} Interfaces, SysUtils,// this includes the LCL widgetset - Forms, UGame, Common, UFormSettings, UFormMain, UCore, UFormHelp, - UFormComputer, UFormHistory + Forms, UGame, Common, UFormMain, UCore { you can add units after this }; {$R *.res} diff -Nru 2048-1.4.0/Install/snap/local/2048.desktop 2048-1.4.0/Install/snap/local/2048.desktop --- 2048-1.4.0/Install/snap/local/2048.desktop 1970-01-01 00:00:00.000000000 +0000 +++ 2048-1.4.0/Install/snap/local/2048.desktop 2021-05-04 01:16:40.000000000 +0000 @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=2048 +Comment=A cassic 2048 puzzle game. +Exec=2048 +Icon=2048 +Terminal=false +Type=Application +Categories=GNOME;Application;Game; +StartupNotify=true diff -Nru 2048-1.4.0/Install/snap/local/build.sh 2048-1.4.0/Install/snap/local/build.sh --- 2048-1.4.0/Install/snap/local/build.sh 1970-01-01 00:00:00.000000000 +0000 +++ 2048-1.4.0/Install/snap/local/build.sh 2021-05-04 01:16:40.000000000 +0000 @@ -0,0 +1,9 @@ +#!/bin/bash + +ln -s Install/snap ../../../snap + +pushd ../../.. +snapcraft --debug +popd + +rm ../../../snap diff -Nru 2048-1.4.0/Install/snap/snapcraft.yaml 2048-1.4.0/Install/snap/snapcraft.yaml --- 2048-1.4.0/Install/snap/snapcraft.yaml 1970-01-01 00:00:00.000000000 +0000 +++ 2048-1.4.0/Install/snap/snapcraft.yaml 2021-05-04 01:16:40.000000000 +0000 @@ -0,0 +1,108 @@ +name: 2048x +title: 2048x +version: '1.3.0' +summary: A classic 2048 block sliding puzzle game +description: | + Features: + * Selectable board size (from 2x2 to 12x12). + * Last move undo. + * Keep game between application restarts. + * Localization support (English, Czech). + * High DPI support. + * Moves history recording. + * Dark and light themes. + * Tiles move, merge and creation animation. + * Selectable tile skins (linear, exponential, alpha, binary, Roman) +confinement: strict +base: core20 +grade: stable +icon: "Images/Logo 64x64.png" +license: NLPL + +plugs: + gnome-3-38-2004: + interface: content + target: $SNAP/gnome-platform + default-provider: gnome-3-38-2004 + gtk-3-themes: + interface: content + target: $SNAP/data-dir/themes + default-provider: gtk-common-themes + icon-themes: + interface: content + target: $SNAP/data-dir/icons + default-provider: gtk-common-themes + sound-themes: + interface: content + target: $SNAP/data-dir/sounds + default-provider: gtk-common-themes + +parts: + 2048x: + plugin: nil + source: . + source-type: local + build-packages: + - fpc + - lazarus + - lcl + - lcl-utils + override-build: | + snapcraftctl build + lazbuild --build-mode=Release Game2048.lpi + ROOT=/root/parts/2048x/install + install -d -m 755 $ROOT/usr/bin + install -s -m 755 Game2048 $ROOT/usr/bin/2048 + install -d -m 755 $ROOT/usr/share/Game2048/languages + install -m 755 Languages/Game2048.po $ROOT/usr/share/Game2048/languages + install -m 755 Languages/Game2048.cs.po $ROOT/usr/share/Game2048/languages + install -d -m 755 $ROOT/usr/share/applications + install -m 755 Install/snap/local/2048.desktop $ROOT/usr/share/applications + install -d -m 755 $ROOT/usr/share/pixmaps + install -m 755 Images/2048.png $ROOT/usr/share/pixmaps + stage: + - etc + - usr + - usr/bin + - usr/share/Game2048 + - usr/share/applications/2048.desktop + - usr/share/pixmaps + stage-packages: + - libatk1.0-0 + - libcairo2 + - libdatrie1 + - libfontconfig1 + - libfreetype6 + - libfribidi0 + - libgdk-pixbuf2.0-0 + - libgraphite2-3 + - libgtk2.0-0 + - libharfbuzz0b + - libpango-1.0-0 + - libpangocairo-1.0-0 + - libpangoft2-1.0-0 + - libpixman-1-0 + - libpng16-16 + - libthai0 + - libx11-6 + - libxau6 + - libxcb-render0 + - libxcb-shm0 + - libxcb1 + - libxcomposite1 + - libxcursor1 + - libxdamage1 + - libxdmcp6 + - libxext6 + - libxfixes3 + - libxi6 + - libxinerama1 + - libxrandr2 + - libxrender1 + +apps: + 2048x: + command: usr/bin/2048 + desktop: usr/share/applications/2048.desktop + plugs: + - desktop diff -Nru 2048-1.4.0/Languages/UFormAbout.cs.po 2048-1.4.0/Languages/UFormAbout.cs.po --- 2048-1.4.0/Languages/UFormAbout.cs.po 1970-01-01 00:00:00.000000000 +0000 +++ 2048-1.4.0/Languages/UFormAbout.cs.po 2021-05-04 01:16:40.000000000 +0000 @@ -0,0 +1,32 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Chronos \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"X-Generator: Poedit 2.4.1\n" + +#: uformabout.slicense +msgid "License" +msgstr "Licence" + +#: uformabout.sreleasedate +msgid "Release date" +msgstr "Datum uvolnění" + +#: uformabout.sversion +msgid "Version" +msgstr "Verze" + +#: tformabout.buttonhomepage.caption +msgid "Home page" +msgstr "Domovská stránka" + +#: tformabout.buttonclose.caption +msgid "Close" +msgstr "Zavřít" diff -Nru 2048-1.4.0/Languages/UFormAbout.po 2048-1.4.0/Languages/UFormAbout.po --- 2048-1.4.0/Languages/UFormAbout.po 1970-01-01 00:00:00.000000000 +0000 +++ 2048-1.4.0/Languages/UFormAbout.po 2021-05-04 01:16:40.000000000 +0000 @@ -0,0 +1,23 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: uformabout.slicense +msgid "License" +msgstr "" + +#: uformabout.sreleasedate +msgid "Release date" +msgstr "" + +#: uformabout.sversion +msgid "Version" +msgstr "" + +#: tformabout.buttonhomepage.caption +msgid "Home page" +msgstr "" + +#: tformabout.buttonclose.caption +msgid "Close" +msgstr "" +