-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
1,286 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "libs/Cross.Codebot"] | ||
path = libs/Cross.Codebot | ||
url = ../../sysrpl/Cross.Codebot.git | ||
url = [email protected]:artem78/Cross.Codebot.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,87 @@ | |
<MinorVersionNr Value="12"/> | ||
<StringTable FileDescription="Automatic screenshot maker" ProductName="Auto Screenshot" ProductVersion="1.12"/> | ||
</VersionInfo> | ||
<CustomData Count="13"> | ||
<Item0 Name="lazpackager/copyright" Value="2020-2023, Artem Demin <[email protected]>"/> | ||
<Item1 Name="lazpackager/deb/ppa" Value="ppa:artem78/autoscreenshot"/> | ||
<Item2 Name="lazpackager/deb/series" Value="precise"/> | ||
<Item3 Name="lazpackager/deb/tpl_changelog" Value="?PACKAGE_NAME? (?FULLVERSION?) ?SERIES?; urgency=low | ||
* Original version ?VERSION? packaged with lazdebian | ||
-- ?MAINTAINER? <?MAINTAINER_EMAIL?> ?DATER? | ||
"/> | ||
<Item4 Name="lazpackager/deb/tpl_control" Value="Source: ?PACKAGE_NAME? | ||
Maintainer: ?MAINTAINER? <?MAINTAINER_EMAIL?> | ||
Section: misc | ||
Priority: optional | ||
Standards-Version: 3.9.3 | ||
Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) | ||
Homepage: https://github.com/artem78/AutoScreenshot | ||
Vcs-Git: https://github.com/artem78/AutoScreenshot.git | ||
Vcs-Browser: https://github.com/artem78/AutoScreenshot | ||
Package: ?PACKAGE_NAME? | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl | ||
Description: ?DESCRIPTION? | ||
?DESCRIPTION_LONG? | ||
"/> | ||
<Item5 Name="lazpackager/deb/tpl_copyright" Value="Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Source: https://github.com/artem78/AutoScreenshot | ||
Upstream-Contact: ?MAINTAINER? <?MAINTAINER_EMAIL?> | ||
Files: * | ||
Copyright: ?COPYRIGHT? | ||
License: GPL-3 | ||
"/> | ||
<Item6 Name="lazpackager/deb/tpl_rules" Value="#!/usr/bin/make -f | ||
ROOT = $(CURDIR)/debian/?PACKAGE_NAME? | ||
override_dh_auto_clean: | ||
$(RM) -r lib | ||
$(RM) lib *.res ?EXECUTABLE? | ||
override_dh_auto_build: | ||
lazbuild --build-mode="Release" ?PROJECT? | ||
override_dh_auto_install: | ||
install -d -m 755 "$(ROOT)/usr/bin" | ||
install -s -m 755 ?EXECUTABLE? "$(ROOT)/usr/bin/autoscreenshot" | ||
install -d -m 755 "$(ROOT)/usr/share/autoscreenshot/lang" | ||
cp lang/*.ini "$(ROOT)/usr/share/autoscreenshot/lang/" | ||
chmod -R 644 "$(ROOT)/usr/share/autoscreenshot/lang/" | ||
install -d -m 755 "$(ROOT)/usr/share/applications" | ||
sed -e '/^\s*#/d; /^\s*$$/d' "autoscreenshot.desktop" > "autoscreenshot_tmp.desktop" | ||
install -m 644 "autoscreenshot_tmp.desktop" "$(ROOT)/usr/share/applications/autoscreenshot.desktop" | ||
for size in $$(ls -1 res | egrep -o main_icon_[0-9]+px.png | egrep -o [0-9]+); do \ | ||
install -d -m 755 "$(ROOT)/usr/share/icons/hicolor/$${size}x$${size}/apps"; \ | ||
install -m 644 -T "res/main_icon_$${size}px.png" "$(ROOT)/usr/share/icons/hicolor/$${size}x$${size}/apps/autoscreenshot.png"; \ | ||
done | ||
%: | ||
dh $@ | ||
"/> | ||
<Item7 Name="lazpackager/description" Value="Automatic screenshot maker"/> | ||
<Item8 Name="lazpackager/description_long" Value="Auto Screenshot — application for automatic taking screenshots with specified time interval."/> | ||
<Item9 Name="lazpackager/export_cmd" Value="?CP? *.lpi ?TEMPFOLDER?/ | ||
?CP? *.lpr ?TEMPFOLDER?/ | ||
?CP? *.pas ?TEMPFOLDER?/ | ||
?CP? *.lfm ?TEMPFOLDER?/ | ||
?CP? *.ico ?TEMPFOLDER?/ | ||
?CP? -r res/ ?TEMPFOLDER?/ | ||
?CP? *.inc ?TEMPFOLDER?/ | ||
?CP? -r libs/ ?TEMPFOLDER?/ | ||
?CP? -r lang/ ?TEMPFOLDER?/ | ||
?CP? *.desktop ?TEMPFOLDER?/ | ||
?CP? -rf debian ?TEMPFOLDER?/"/> | ||
<Item10 Name="lazpackager/maintainer" Value="Artem Demin"/> | ||
<Item11 Name="lazpackager/maintainer_email" Value="[email protected]"/> | ||
<Item12 Name="lazpackager/package_name" Value="autoscreenshot"/> | ||
</CustomData> | ||
<BuildModes Count="5"> | ||
<Item1 Name="Default" Default="True"/> | ||
<Item2 Name="Debug"> | ||
|
@@ -88,7 +169,20 @@ | |
</Options> | ||
</Linking> | ||
<Other> | ||
<CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/> | ||
<CustomOptions Value="-dBorland | ||
-dVer150 | ||
-dDelphi7 | ||
-dCompiler6_Up | ||
-dPUREPASCAL | ||
-dSIMULATE_OLD_FILES_DELETION"/> | ||
<OtherDefines Count="6"> | ||
<Define0 Value="Borland"/> | ||
<Define1 Value="Ver150"/> | ||
<Define2 Value="Delphi7"/> | ||
<Define3 Value="Compiler6_Up"/> | ||
<Define4 Value="PUREPASCAL"/> | ||
<Define5 Value="SIMULATE_OLD_FILES_DELETION"/> | ||
</OtherDefines> | ||
</Other> | ||
</CompilerOptions> | ||
</Item2> | ||
|
@@ -226,7 +320,7 @@ | |
<PackageName Value="LCL"/> | ||
</Item4> | ||
</RequiredPackages> | ||
<Units Count="17"> | ||
<Units Count="19"> | ||
<Unit0> | ||
<Filename Value="AutoScreenshot.lpr"/> | ||
<IsPartOfProject Value="True"/> | ||
|
@@ -319,6 +413,19 @@ | |
<IsPartOfProject Value="True"/> | ||
<UnitName Value="Codebot.Input.Hotkeys"/> | ||
</Unit16> | ||
<Unit17> | ||
<Filename Value="oldscreenshotcleaner.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<UnitName Value="OldScreenshotCleaner"/> | ||
</Unit17> | ||
<Unit18> | ||
<Filename Value="udonateform.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="DonateForm"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="uDonateForm"/> | ||
</Unit18> | ||
</Units> | ||
</ProjectOptions> | ||
<CompilerOptions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
out/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.