Skip to content

Commit

Permalink
dfarc: 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 5fa6c2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
9 changes: 3 additions & 6 deletions packages/d/dfarc/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libbz2.so.1.0:BZ2_bzWrite
libbz2.so.1.0:BZ2_bzWriteClose
libbz2.so.1.0:BZ2_bzWriteOpen
libc.so.6:__cxa_atexit
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__sprintf_chk
Expand Down Expand Up @@ -48,19 +48,18 @@ libstdc++.so.6:_ZNSo5writeEPKcl
libstdc++.so.6:_ZNSt13basic_filebufIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode
libstdc++.so.6:_ZNSt13basic_filebufIcSt11char_traitsIcEEC1Ev
libstdc++.so.6:_ZNSt13basic_filebufIcSt11char_traitsIcEED1Ev
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE10_M_disposeEv
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE10_M_replaceEmmPKwm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_appendEPKwm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_assignERKS4_
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE9_M_createERmm
libstdc++.so.6:_ZNSt8ios_base4InitC1Ev
libstdc++.so.6:_ZNSt8ios_base4InitD1Ev
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEC1ERKS4_
libstdc++.so.6:_ZNSt8ios_baseC2Ev
libstdc++.so.6:_ZNSt8ios_baseD2Ev
libstdc++.so.6:_ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E
libstdc++.so.6:_ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate
libstdc++.so.6:_ZSt19__throw_logic_errorPKc
libstdc++.so.6:_ZSt20__throw_length_errorPKc
libstdc++.so.6:_ZSt21ios_base_library_initv
libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz
libstdc++.so.6:_ZTTSt14basic_ifstreamIcSt11char_traitsIcEE
libstdc++.so.6:_ZTTSt14basic_ofstreamIcSt11char_traitsIcEE
Expand All @@ -74,8 +73,6 @@ libstdc++.so.6:_ZdaPvm
libstdc++.so.6:_ZdlPvm
libstdc++.so.6:_Znam
libstdc++.so.6:_Znwm
libstdc++.so.6:__cxa_begin_catch
libstdc++.so.6:__cxa_end_catch
libstdc++.so.6:__cxa_rethrow
libstdc++.so.6:__gxx_personality_v0
libwx_baseu-3.2.so.0:_Z10wxOnAssertPKciS0_S0_PKw
Expand Down
7 changes: 4 additions & 3 deletions packages/d/dfarc/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : dfarc
version : 3.14
release : 3
version : '3.14'
release : 4
source :
- https://ftp.gnu.org/gnu/freedink/dfarc-3.14.tar.gz : a51124ecd11eeca0f1d16732ef58ee690e2fa2db06cc0ec2a5b61b41f8b0e8fa
homepage : https://www.gnu.org/software/freedink/
license : GPL-3.0-or-later
component : games.rpg
summary : Dink front-end and archiver, which helps running and managing D-Mods
Expand All @@ -15,7 +16,7 @@ rundeps :
- freedink
- xdg-utils
setup : |
%reconfigure
%configure
build : |
%make
install : |
Expand Down
15 changes: 8 additions & 7 deletions packages/d/dfarc/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>dfarc</Name>
<Homepage>https://www.gnu.org/software/freedink/</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>games.rpg</PartOf>
<Summary xml:lang="en">Dink front-end and archiver, which helps running and managing D-Mods</Summary>
<Description xml:lang="en">DFArc is the Dink front-end and archiver, which helps running and managing D-Mods.
</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>dfarc</Name>
Expand Down Expand Up @@ -48,12 +49,12 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-07-22</Date>
<Update release="4">
<Date>2024-03-28</Date>
<Version>3.14</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 5fa6c2b

Please sign in to comment.