Skip to content

Commit

Permalink
dcraw: Add homepage
Browse files Browse the repository at this point in the history
**Summary**

Add `homepage` key to `package.yml` (Part of #411)

**Test Plan**

Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 28, 2024
1 parent b2e4364 commit 23d4379
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/d/dcraw/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ libc.so.6:__ctype_b_loc
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__fread_chk
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_fscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__longjmp_chk
libc.so.6:__printf_chk
Expand Down Expand Up @@ -63,7 +64,6 @@ libc.so.6:strnlen
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:swab
libc.so.6:textdomain
libc.so.6:tmpfile
Expand Down
3 changes: 2 additions & 1 deletion packages/d/dcraw/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : dcraw
version : 9.28.0
release : 7
release : 8
source :
- https://www.dechifro.org/dcraw/archive/dcraw-9.28.0.tar.gz : 2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9
homepage : https://dechifro.org/dcraw/
license : GPL-2.0-or-later
component : desktop.library
summary : Tool for decoding raw image data from digital cameras
Expand Down
15 changes: 8 additions & 7 deletions packages/d/dcraw/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>dcraw</Name>
<Homepage>https://dechifro.org/dcraw/</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>desktop.library</PartOf>
<Summary xml:lang="en">Tool for decoding raw image data from digital cameras</Summary>
<Description xml:lang="en">This is a command-line ANSI C program to convert raw photos from any digital camera on any computer running any operating system.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>dcraw</Name>
Expand Down Expand Up @@ -60,12 +61,12 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2022-12-21</Date>
<Update release="8">
<Date>2024-03-28</Date>
<Version>9.28.0</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 23d4379

Please sign in to comment.