Merge remote-tracking branch 'origin/3.6' into 3.7

This commit is contained in:
Tim Biermann 2022-02-16 13:18:10 +01:00
commit 2b6764b557
77 changed files with 2616 additions and 2611 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33qRywI4xzq3Z5mv0Y+uOIru8pQIBS/+NUGdSYNoiWkAF2bHlcsHFdDr1RcGpYb2uGu1TENXetzbB/6kCkwEHA4=
SHA256 (Pkgfile) = 66e16cd215c1205e9e2323479b41ba9d874063d66f98a7aa359ed4b6e9b86cb6
RWSagIOpLGJF31bKZgh5SumQAUDCtCb0GJC2vgvfYrXwUjvRn12e5G5PbBlGyQenK+EGgnM3z26zk0wZMxW5RhZ+m0w1u3VVhg8=
SHA256 (Pkgfile) = cf16e651e1df223c222f214ab716a30d605e9447949b3b4aa5c07766dac116b1
SHA256 (.footprint) = e4db9cceee1c1464b8c8f43b6b2129519b473b85c04c71cd7d667d8960e41396
SHA256 (delta-0.11.3.tar.gz) = cf68f43d4d26c10551c0137a7e718719958e52267d83f29a8f7794af12095b9e
SHA256 (delta-0.12.0.tar.gz) = 36ef6b05984e7c3b6e42aa35999c6c9ea1cd8c38c6ea940c03d3c9f25af12d6d

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=delta
version=0.11.3
version=0.12.0
release=1
source=(https://github.com/dandavison/delta/archive/$version/$name-$version.tar.gz)

View File

@ -77,9 +77,11 @@ drwxr-xr-x root/root usr/share/ECM/modules/
-rw-r--r-- root/root usr/share/ECM/modules/ECMConfiguredInstall.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMCoverageOption.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMCreateQmFromPoFiles.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMDeprecationSettings.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMEnableSanitizers.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMFindModuleHelpers.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMFindQMLModule.cmake.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMFindQmlModule.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMFindQmlModule.cmake.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMGenerateDBusServiceFile.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMGenerateExportHeader.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMGenerateHeaders.cmake
@ -96,6 +98,11 @@ drwxr-xr-x root/root usr/share/ECM/modules/
-rw-r--r-- root/root usr/share/ECM/modules/ECMQchDoxygen.config.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMQchDoxygenLayout.xml
-rw-r--r-- root/root usr/share/ECM/modules/ECMQmLoader.cpp.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMQmlModule.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMQmlModule.cpp.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMQmlModule.cpp.in.license
-rw-r--r-- root/root usr/share/ECM/modules/ECMQmlModule.h.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMQmlModule.h.in.license
-rw-r--r-- root/root usr/share/ECM/modules/ECMQtDeclareLoggingCategory.cmake
-rw-r--r-- root/root usr/share/ECM/modules/ECMQtDeclareLoggingCategory.cpp.in
-rw-r--r-- root/root usr/share/ECM/modules/ECMQtDeclareLoggingCategory.h.in

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zSfy3PnWeq7vSdoVPnAZagiNufGQb6oqLbfk6HEW8xy/r8D1QX03MR5vHVCEzoucGA2nilw5fUHztZzF3Nz5Q8=
SHA256 (Pkgfile) = dff57e2d5908acd7156c17a463f474ca387c79707e210b40f204297f90743db3
SHA256 (.footprint) = 24c9d74048d3d14e548722f6a7213e73f0c5023c6de0b9c30dce0cdd05a3860f
SHA256 (extra-cmake-modules-5.90.0.tar.gz) = d1c4c11848651f1d2ef7baa1ac30b44397a93ca35864395e44a11e6ec753d2fd
RWSagIOpLGJF3ydtwJs8jx0c/r3OPtUmqnOiO+Q7CvIYjdxMLHvGZ+MKmKMmvuPLX29GsOKkOssRqsgtiIqXOfyp++QV96dp4AQ=
SHA256 (Pkgfile) = 01ace113c6d758273bfc18df3662b77bd64c67142a1e7889a6f4127c98974a32
SHA256 (.footprint) = c4298d4f66732130a27de888baeada22ebb773ef645d98a639587884c6f6a36c
SHA256 (extra-cmake-modules-5.91.0.tar.gz) = 86f3ce5dcff667d1fdb209d11fa8c6ff336af429e26991c9127fd70584a099c9

View File

@ -4,7 +4,7 @@
# Depends on: cmake
name=extra-cmake-modules
version=5.90.0
version=5.91.0
release=1
source=(https://github.com/KDE/$name/archive/v$version/$name-$version.tar.gz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37YFP2+Pq7SxrDfRIG+fVHQrH+4puXz8KqZQdmuBl1htHGeYkXAUj1Aeiyi9zvIqB52YYcA25h1Zub2n2k5wDwo=
SHA256 (Pkgfile) = 7952111d091abc2fdf262621f1f1437ab23de50c97e7db5a30fd1485d8295336
RWSagIOpLGJF354tBJpn+zM2uacmApSuiEhSozGGAAOS/Dg/U2x9hMJoJVQOgfcJlLO+pj49VAHj9YdXggvZKbVnyPMi1OouiAM=
SHA256 (Pkgfile) = ad0b9fb570ba7c4aa028ee1cdbb7347ad0ee05082f6987082b4f19e3b22d1468
SHA256 (.footprint) = 07cf6a9e3b4aa1aee9d621e31f32f651c48c1bd963d98633ade779730177f98d
SHA256 (girara-0.3.6.tar.xz) = 494518fafc4a34b134572470c56d57c95dc54067dc164fad51786a922676e62a
SHA256 (girara-0.3.7.tar.xz) = 77132e9bd652f1c9e4260de046768ea449a7d977c4cd3d6d817d2d72b6f946e0

View File

@ -5,7 +5,7 @@
# Optional: json-c libnotify
name=girara
version=0.3.6
version=0.3.7
release=1
source=(https://pwmt.org/projects/$name/download/$name-$version.tar.xz)

View File

@ -19,6 +19,7 @@ drwxr-xr-x root/root usr/include/KF5/KArchive/
-rw-r--r-- root/root usr/include/KF5/KArchive/kar.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchive.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchive_export.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchive_version.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchivedirectory.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchiveentry.h
-rw-r--r-- root/root usr/include/KF5/KArchive/karchivefile.h
@ -29,7 +30,6 @@ drwxr-xr-x root/root usr/include/KF5/KArchive/
-rw-r--r-- root/root usr/include/KF5/KArchive/ktar.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kzip.h
-rw-r--r-- root/root usr/include/KF5/KArchive/kzipfileentry.h
-rw-r--r-- root/root usr/include/KF5/karchive_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -43,8 +43,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5Archive/
-rw-r--r-- root/root usr/lib64/cmake/KF5Archive/KF5ArchiveTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5Archive/KF5ArchiveTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5Archive.so -> libKF5Archive.so.5
lrwxrwxrwx root/root usr/lib64/libKF5Archive.so.5 -> libKF5Archive.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5Archive.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5Archive.so.5 -> libKF5Archive.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5Archive.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/karchive.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39E/OIvps8NEzmAfYfh/TtdtMhGPZbzoVtG4kpXZI26VRrjSRDCQUw/XhKug8P+obl7Wn2kflcPXbcP7KD2UpQs=
SHA256 (Pkgfile) = ffe2b89af3020bd47cb134c57bc05e8324e45ce0af7ce3f1a144866e99c5161f
SHA256 (.footprint) = 70cd0c18619382cf56c8834c482c957e2217e1e0c3093b708b7f76d7c100e25d
SHA256 (karchive-5.90.0.tar.xz) = a6e2f3a7cb1aef7db7b4f7dfb9ffb1d929d0d5b147c25a93fbc0b794dfcd2110
RWSagIOpLGJF38Hyly1MXrwYMzE32aN9Bgj7hy0Y+3re5ACUo6YTDDe4yNKY1QNcnqugKopUU4bw8VO9OplIkOPlxoCxzq2R3gk=
SHA256 (Pkgfile) = 1d526a4d019a1093582cc6aed09fdc02278db3fe88f0c672ce1f65558186a10f
SHA256 (.footprint) = 504485974409e5dd9e8bab49080cef38282f4f9255e0e23b00e4c09cf9939dda
SHA256 (karchive-5.91.0.tar.xz) = a3602cbed2aaf4d446ff7af78b626042aa6fbce1df60eb2b8332b5f6ff214cce

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=karchive
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/include/KF5/KCompletion/
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcombobox.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcompletion.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcompletion_export.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcompletion_version.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcompletionbase.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcompletionbox.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kcompletionmatches.h
@ -21,7 +22,6 @@ drwxr-xr-x root/root usr/include/KF5/KCompletion/
-rw-r--r-- root/root usr/include/KF5/KCompletion/klineedit.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/kpixmapprovider.h
-rw-r--r-- root/root usr/include/KF5/KCompletion/ksortablelist.h
-rw-r--r-- root/root usr/include/KF5/kcompletion_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -38,8 +38,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5Completion/
-rw-r--r-- root/root usr/lib64/cmake/KF5Completion/KF5CompletionTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5Completion/KF5CompletionTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5Completion.so -> libKF5Completion.so.5
lrwxrwxrwx root/root usr/lib64/libKF5Completion.so.5 -> libKF5Completion.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5Completion.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5Completion.so.5 -> libKF5Completion.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5Completion.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kcompletion.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32Al6jCTzKSUsRcC1adgL3uJ4aOsugn2HBxELAUWRbsNDdADZB2M3jfKg3wLiEIy+WzByRJG3gFv9js0feBs/QY=
SHA256 (Pkgfile) = cbf14d6b9215db68639e79ee78e67fb38f7458e0b257bec5c4fd2d76b0010e3b
SHA256 (.footprint) = e545382f84cac1427470e7f26e6a2ddfdb82d0ef568ee46057a2057cc6dff6a3
SHA256 (kcompletion-5.90.0.tar.xz) = f33dc0abeb3b6b5ca96d2e6ab5712e26ab7115152bde6a08fa85afd8a3b6a341
RWSagIOpLGJF33fkie5iJVXSmKJicyCGEiE+4cZUl+dFGn3ni9kKQy9yYkptf6JMuCsJ7ASjQl4IwD4r5I8EvM4gqL04AY1oLg8=
SHA256 (Pkgfile) = c866e4b2da9e99edd47494df4e8703194aa31cb979dbeff8cd657750847a6dde
SHA256 (.footprint) = c3c45d13dbe44fa793f92ba119c6eb4f2d06a35a26f27bb6ecaa17b306aa5848
SHA256 (kcompletion-5.91.0.tar.xz) = 2422485b10de631583b7e92e0778e5cf0c0ceec677bcd289cb7bc04c5441dfd0

View File

@ -4,7 +4,7 @@
# Depends on: kwidgetsaddons kconfig
name=kcompletion
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -4,6 +4,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kwriteconfig5
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/KF5/
drwxr-xr-x root/root usr/include/KF5/KConfig/
-rw-r--r-- root/root usr/include/KF5/KConfig/kconfig_version.h
drwxr-xr-x root/root usr/include/KF5/KConfigCore/
-rw-r--r-- root/root usr/include/KF5/KConfigCore/ConversionCheck
-rw-r--r-- root/root usr/include/KF5/KConfigCore/KAuthorized
@ -31,18 +33,19 @@ drwxr-xr-x root/root usr/include/KF5/KConfigGui/
-rw-r--r-- root/root usr/include/KF5/KConfigGui/KConfigLoader
-rw-r--r-- root/root usr/include/KF5/KConfigGui/KConfigSkeleton
-rw-r--r-- root/root usr/include/KF5/KConfigGui/KStandardShortcut
-rw-r--r-- root/root usr/include/KF5/KConfigGui/KStandardShortcutWatcher
-rw-r--r-- root/root usr/include/KF5/KConfigGui/KWindowConfig
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kconfiggui.h
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kconfiggui_export.h
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kconfigloader.h
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kconfigskeleton.h
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kstandardshortcut.h
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kstandardshortcutwatcher.h
-rw-r--r-- root/root usr/include/KF5/KConfigGui/kwindowconfig.h
drwxr-xr-x root/root usr/include/KF5/KConfigQml/
-rw-r--r-- root/root usr/include/KF5/KConfigQml/KConfigPropertyMap
-rw-r--r-- root/root usr/include/KF5/KConfigQml/kconfigpropertymap.h
-rw-r--r-- root/root usr/include/KF5/KConfigQml/kconfigqml_export.h
-rw-r--r-- root/root usr/include/KF5/kconfig_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/kf5/
drwxr-xr-x root/root usr/lib/kf5/kf5/
@ -64,14 +67,14 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5Config/
-rw-r--r-- root/root usr/lib64/cmake/KF5Config/KF5ConfigTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5Config/KF5ConfigTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5ConfigCore.so -> libKF5ConfigCore.so.5
lrwxrwxrwx root/root usr/lib64/libKF5ConfigCore.so.5 -> libKF5ConfigCore.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5ConfigCore.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5ConfigCore.so.5 -> libKF5ConfigCore.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5ConfigCore.so.5.91.0
lrwxrwxrwx root/root usr/lib64/libKF5ConfigGui.so -> libKF5ConfigGui.so.5
lrwxrwxrwx root/root usr/lib64/libKF5ConfigGui.so.5 -> libKF5ConfigGui.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5ConfigGui.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5ConfigGui.so.5 -> libKF5ConfigGui.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5ConfigGui.so.5.91.0
lrwxrwxrwx root/root usr/lib64/libKF5ConfigQml.so -> libKF5ConfigQml.so.5
lrwxrwxrwx root/root usr/lib64/libKF5ConfigQml.so.5 -> libKF5ConfigQml.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5ConfigQml.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5ConfigQml.so.5 -> libKF5ConfigQml.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5ConfigQml.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kconfig.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF348xF8oH77O31nEsy9KeLtailfeKFKO/Ys2m1LgSru9qryHPw2K+0aQUwW2e8Yx0RNoEFfYEfvr6PC4Y5WWt0g0=
SHA256 (Pkgfile) = f4d698ccec668449bbfe3760b588a1ff99f99e35d611e68800c1da4bfbd1b580
SHA256 (.footprint) = 2b3f7c490415932ccb97e1455cac970fcff28e0e76bc00c36b2fcb64bacc89ec
SHA256 (kconfig-5.90.0.tar.xz) = 369bf21d3d7a894575728b0061875e4122de13935c0740733e0bc2df9b1f1a7b
RWSagIOpLGJF30DjeyWTA8pysNbGp0mDFYiPXivp4+W9FRLoB7uQ+24vyG/v2mDXyk4P3kJidzmX7ITrzaNZ4hX1da0HSJ9/cQE=
SHA256 (Pkgfile) = e329fd4b189fddc8bbd006235b36b76b8b100575d271a649cd5be9929827eae0
SHA256 (.footprint) = af33777438d9c617b17159bdc18c44ab989cfdebaab7ce98687d146080e28235
SHA256 (kconfig-5.91.0.tar.xz) = a63c3feadc7b6b94d8e06ead5430289742f62da59dfa4f0ceaaf237523b6ad2b

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kconfig
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz)

View File

@ -19,6 +19,7 @@ drwxr-xr-x root/root usr/include/KF5/KCoreAddons/
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KJobTrackerInterface
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KJobUiDelegate
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KJsonUtils
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KLibexec
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KListOpenFilesJob
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KMacroExpander
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/KMessage
@ -47,6 +48,7 @@ drwxr-xr-x root/root usr/include/KF5/KCoreAddons/
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kcompositejob.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kcoreaddons.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kcoreaddons_export.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kcoreaddons_version.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kdelibs4configmigrator.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kdelibs4migration.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kdirwatch.h
@ -59,6 +61,7 @@ drwxr-xr-x root/root usr/include/KF5/KCoreAddons/
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kjobtrackerinterface.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kjobuidelegate.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kjsonutils.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/klibexec.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/klistopenfilesjob.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kmacroexpander.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kmessage.h
@ -79,7 +82,6 @@ drwxr-xr-x root/root usr/include/KF5/KCoreAddons/
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/ktexttohtmlemoticonsinterface.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kurlmimedata.h
-rw-r--r-- root/root usr/include/KF5/KCoreAddons/kuser.h
-rw-r--r-- root/root usr/include/KF5/kcoreaddons_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -99,8 +101,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5CoreAddons/
-rw-r--r-- root/root usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5CoreAddons.so -> libKF5CoreAddons.so.5
lrwxrwxrwx root/root usr/lib64/libKF5CoreAddons.so.5 -> libKF5CoreAddons.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5CoreAddons.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5CoreAddons.so.5 -> libKF5CoreAddons.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5CoreAddons.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/mime/
drwxr-xr-x root/root usr/share/mime/packages/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y2wJN04xK74QPfDXgsKXhlJS6mfUTIAUMUU+rz4jpWYb3+X4SrtD4mA/13HXzcS0a6KGpHSay3jE1KsZ+8Duwo=
SHA256 (Pkgfile) = b8523170bdc20ff7fbb7d781dbbf4b66ef08bc230cdebef275fc082451b7e28c
SHA256 (.footprint) = 4c0116ea197fa5f81c30e6b9d6abf880abb823bd137810833a64a1d2506457d5
SHA256 (kcoreaddons-5.90.0.tar.xz) = 6e168f1d719e4c388de324960d14b99963d42c74a21986f027c9b7093281a40a
RWSagIOpLGJF3+WhaTxfdU4UWJSE0z0cnvtbelGgO83aJ/PmGvLwxvIj2trmjUTVEhjtXtLpeyT5AM6tLk89L/tC2ry1LbhSIAA=
SHA256 (Pkgfile) = dbf62409dc2872f18bf0130966f3a62cc93089820dc7f0e0b4b8972e72b3fb48
SHA256 (.footprint) = eba96e88840e6c7849e5d8f804d77058ff23a3b5ba02c1e7e164edf1f46bf074
SHA256 (kcoreaddons-5.91.0.tar.xz) = dfe3da03260e0153f9f6ced1fc7464eaaf0ed1fb692fc6c2b2d968b629ad719b

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kcoreaddons
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -1,4 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/kde-geo-uri-handler
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/KF5/
drwxr-xr-x root/root usr/include/KF5/KGuiAddons/
@ -22,6 +24,7 @@ drwxr-xr-x root/root usr/include/KF5/KGuiAddons/
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/keysequencerecorder.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kfontutils.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kguiaddons_export.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kguiaddons_version.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kiconutils.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kimagecache.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/klocalimagecacheimpl.h
@ -29,7 +32,6 @@ drwxr-xr-x root/root usr/include/KF5/KGuiAddons/
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kmodifierkeyinfoprovider_p.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/ksystemclipboard.h
-rw-r--r-- root/root usr/include/KF5/KGuiAddons/kwordwrap.h
-rw-r--r-- root/root usr/include/KF5/kguiaddons_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -48,8 +50,13 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5GuiAddons/
-rw-r--r-- root/root usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5GuiAddons.so -> libKF5GuiAddons.so.5
lrwxrwxrwx root/root usr/lib64/libKF5GuiAddons.so.5 -> libKF5GuiAddons.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5GuiAddons.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5GuiAddons.so.5 -> libKF5GuiAddons.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5GuiAddons.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/google-maps-geo-handler.desktop
-rw-r--r-- root/root usr/share/applications/openstreetmap-geo-handler.desktop
-rw-r--r-- root/root usr/share/applications/qwant-maps-geo-handler.desktop
-rw-r--r-- root/root usr/share/applications/wheelmap-geo-handler.desktop
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kguiaddons.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF397vFFbsO7WUq1UI+rX17+tK9oxpaqiVRWC2dhBZA10SCX8/Fvk1a39x+f7/8ILA7iAH8GJ1SvCG8AbGID3NFg8=
SHA256 (Pkgfile) = ecc4af62da9a5e4a4d9687fbe90c4589617e7342cef21f1389c257187550168c
SHA256 (.footprint) = a370a9854dc6ac784b14e38c2c5cee950edfe6d4639664dd8e147cb2f3fa949e
SHA256 (kguiaddons-5.90.0.tar.xz) = 9d2be477affaac6908e946b0c073d13f072a3254e8f2fe5d12d2f7c37c473455
RWSagIOpLGJF39vOJZmayG5bB3dw4QfVm2/nRjs9RRHL1XM/nn7got4MxT+dzQqFubx0xuHuRvZ2VeDxBcsF+7MYR2VM4oYEIgI=
SHA256 (Pkgfile) = 732bf338296a8d0fd12b8e1d48482ab4d1a94887b970bedac04d945c5bf00e3f
SHA256 (.footprint) = 0742b64a4ac729316f3992e1d2d795113762f7bb1fb11c795c50a916f28fc84a
SHA256 (kguiaddons-5.91.0.tar.xz) = 7e56c2d826973632ee90b091c50aac53feb88409f5d2ad76d1214452efa6c83e

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kguiaddons
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/include/KF5/KI18n/
-rw-r--r-- root/root usr/include/KF5/KI18n/KuitMarkup
-rw-r--r-- root/root usr/include/KF5/KI18n/KuitSetup
-rw-r--r-- root/root usr/include/KF5/KI18n/ki18n_export.h
-rw-r--r-- root/root usr/include/KF5/KI18n/ki18n_version.h
-rw-r--r-- root/root usr/include/KF5/KI18n/klazylocalizedstring.h
-rw-r--r-- root/root usr/include/KF5/KI18n/klocalizedcontext.h
-rw-r--r-- root/root usr/include/KF5/KI18n/klocalizedstring.h
@ -23,7 +24,6 @@ drwxr-xr-x root/root usr/include/KF5/KI18nLocaleData/
-rw-r--r-- root/root usr/include/KF5/KI18nLocaleData/kcountrysubdivision.h
-rw-r--r-- root/root usr/include/KF5/KI18nLocaleData/ki18nlocaledata_export.h
-rw-r--r-- root/root usr/include/KF5/KI18nLocaleData/ktimezone.h
-rw-r--r-- root/root usr/include/KF5/ki18n_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -52,11 +52,11 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5I18n/
-rw-r--r-- root/root usr/lib64/cmake/KF5I18n/kf5i18nuic.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5I18n/ts-pmap-compile.py
lrwxrwxrwx root/root usr/lib64/libKF5I18n.so -> libKF5I18n.so.5
lrwxrwxrwx root/root usr/lib64/libKF5I18n.so.5 -> libKF5I18n.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5I18n.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5I18n.so.5 -> libKF5I18n.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5I18n.so.5.91.0
lrwxrwxrwx root/root usr/lib64/libKF5I18nLocaleData.so -> libKF5I18nLocaleData.so.5
lrwxrwxrwx root/root usr/lib64/libKF5I18nLocaleData.so.5 -> libKF5I18nLocaleData.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5I18nLocaleData.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5I18nLocaleData.so.5 -> libKF5I18nLocaleData.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5I18nLocaleData.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/ki18n.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31m8m7UhMxkTWZDsvlmK5c0Oo2OGlt31ME241gOHo41SWwOPnUyPOqL/LT4A2GteKsmKd43AyYFhJvNnZyQA4As=
SHA256 (Pkgfile) = 54b59a0e2448526ce050f9329fb76cd0d93701ef98a8b6397abc8027a1219be2
SHA256 (.footprint) = 4f1b9bf82550ad666c3bbbd6f33dccf1dba505a498bac7837642527d3d7b07f1
SHA256 (ki18n-5.90.0.tar.xz) = dce136afa95e1f0b41c3bb52f53dda74b5fa46cc45bad51865dcb757e79a688e
RWSagIOpLGJF334HBbSMUvoWos7iP0YZ9je+yoTfTdjgoxuo3KjEjtMFsDIvS0R4BIUFZjPESAZ9n/+5xz6cs88ZSndEO3ymCwg=
SHA256 (Pkgfile) = 9f2c3c8ab90000042e22a35b4a534a6e67bb56083562d08c1d198418c469c623
SHA256 (.footprint) = 57e73ea0bd49b89939bfb659b26ab6a124ffab3c810179196de7c69dcd1fd5ab
SHA256 (ki18n-5.91.0.tar.xz) = 9e1a8be4e1c0b7bbae262dfb0fffb75c6ec9efe2bd2fbc3fcae3ebbf9f68ed85

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=ki18n
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -21,13 +21,13 @@ drwxr-xr-x root/root usr/include/KF5/KItemModels/
-rw-r--r-- root/root usr/include/KF5/KItemModels/kdescendantsproxymodel.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/kextracolumnsproxymodel.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/kitemmodels_export.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/kitemmodels_version.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/klinkitemselectionmodel.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/kmodelindexproxymapper.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/knumbermodel.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/krearrangecolumnsproxymodel.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/krecursivefilterproxymodel.h
-rw-r--r-- root/root usr/include/KF5/KItemModels/kselectionproxymodel.h
-rw-r--r-- root/root usr/include/KF5/kitemmodels_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -47,8 +47,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5ItemModels/
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemModels/KF5ItemModelsTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemModels/KF5ItemModelsTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5ItemModels.so -> libKF5ItemModels.so.5
lrwxrwxrwx root/root usr/lib64/libKF5ItemModels.so.5 -> libKF5ItemModels.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5ItemModels.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5ItemModels.so.5 -> libKF5ItemModels.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5ItemModels.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kitemmodels.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38pdul8jxO/PdBCx2WJhFSRgl8DVbsu8q48pCiQsHDB5MZTlkQ1tdOuUwU64xcqsguVz/8uyinNk3lSBofHsmQQ=
SHA256 (Pkgfile) = 23725209ae61be567510778864cec40367c7cf81b78e5cb7d891ff49e694320c
SHA256 (.footprint) = aad6f588609b2fb28dc60d1aa8e8b8a25c8c20b04042127ed4aeae14bc729ef0
SHA256 (kitemmodels-5.90.0.tar.xz) = f12ffc52148cc94715b038b5c6e210669192a877f4678ff8e56bea795ca4ff38
RWSagIOpLGJF3961UclCX0kEs9MHNVw25mELSWG854v3pbgd4Xe1dXVD8MkrarBaZYpmUxDhxeLB/H7smlKL2y4vSLqqzlmOvw4=
SHA256 (Pkgfile) = 12426c5f0ecdeac6acdc032cd547d5ed25497b3b0e6b96011fb70ee28cf6ea5f
SHA256 (.footprint) = d8d4c9958aff8d51142df3b2acbcbade604bcaba2e71b9ea8fb0f4594d68c5c6
SHA256 (kitemmodels-5.91.0.tar.xz) = 081c7fcf4ed9ec4034720bf87c9592b67603b6168e645c8f0129cb2d787e33a1

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kitemmodels
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -17,11 +17,11 @@ drwxr-xr-x root/root usr/include/KF5/KItemViews/
-rw-r--r-- root/root usr/include/KF5/KItemViews/kextendableitemdelegate.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kfilterproxysearchline.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kitemviews_export.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kitemviews_version.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/klistwidgetsearchline.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/ktreewidgetsearchline.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/ktreewidgetsearchlinewidget.h
-rw-r--r-- root/root usr/include/KF5/KItemViews/kwidgetitemdelegate.h
-rw-r--r-- root/root usr/include/KF5/kitemviews_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -38,8 +38,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5ItemViews/
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemViews/KF5ItemViewsTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5ItemViews/KF5ItemViewsTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5ItemViews.so -> libKF5ItemViews.so.5
lrwxrwxrwx root/root usr/lib64/libKF5ItemViews.so.5 -> libKF5ItemViews.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5ItemViews.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5ItemViews.so.5 -> libKF5ItemViews.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5ItemViews.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kitemviews.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xfbEZpsOOXim+lNggq/WhSmQ48WAkSc8GZqwyeUooD0hm0KfqvAKCuHwQx4pcIsjQw9Ts8KuxH16AH01me80A4=
SHA256 (Pkgfile) = 3b62113a3b3cc43e509220332f0124dc2c1dc8473e5980343e36137b67006905
SHA256 (.footprint) = a80bb31d7149700146208c5d13ef1367523842f1514ebbbecfa343971e723156
SHA256 (kitemviews-5.90.0.tar.xz) = f757982856c62031313d724bc639319b9fc60b647b91aa8667b22bd577414283
RWSagIOpLGJF3ysSy8YHUpMb2DAg6zPe8oeKpFd1BbPtfODGAgzH7Rx1JV0QXYNslRJtbu17zrOjua/jlIe6aLHAfeVeGYGPkw4=
SHA256 (Pkgfile) = 8b03c1308be34a05fed425537e69cc9023b5a8b76f56f38fa172631297fa03c2
SHA256 (.footprint) = 7c4bd04b19af6f44e03b59adf25ed0af4a503875ed0539e0cff26948a1c584eb
SHA256 (kitemviews-5.91.0.tar.xz) = 68883dbd26401dbde559ca60fe1163e881d679d9cb83697cd5f9d9b0eb279599

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kitemviews
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -156,9 +156,9 @@ drwxr-xr-x root/root usr/include/KF5/KWidgetsAddons/
-rw-r--r-- root/root usr/include/KF5/KWidgetsAddons/kviewstatemaintainerbase.h
-rw-r--r-- root/root usr/include/KF5/KWidgetsAddons/kviewstateserializer.h
-rw-r--r-- root/root usr/include/KF5/KWidgetsAddons/kwidgetsaddons_export.h
-rw-r--r-- root/root usr/include/KF5/KWidgetsAddons/kwidgetsaddons_version.h
-rw-r--r-- root/root usr/include/KF5/KWidgetsAddons/kxyselector.h
-rw-r--r-- root/root usr/include/KF5/KWidgetsAddons/lineediturldropeventfilter.h
-rw-r--r-- root/root usr/include/KF5/kwidgetsaddons_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -175,8 +175,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5WidgetsAddons/
-rw-r--r-- root/root usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5WidgetsAddons.so -> libKF5WidgetsAddons.so.5
lrwxrwxrwx root/root usr/lib64/libKF5WidgetsAddons.so.5 -> libKF5WidgetsAddons.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5WidgetsAddons.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5WidgetsAddons.so.5 -> libKF5WidgetsAddons.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5WidgetsAddons.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/kf5/
drwxr-xr-x root/root usr/share/kf5/kcharselect/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zG+tVPorZBRh72jSaiV3LhgDq5t1CiFHkLedpyx0g/QcIyW2ymDdmfejSNvyP+PKyp+tgKDOMoUmMrTYVi8JAk=
SHA256 (Pkgfile) = ec2d2640180195408bd4f8b7aa9283803d29da8cd22dbe08a7988da66524e1e1
SHA256 (.footprint) = 9fb612ffb7b8642303b6a93ac3ee2019bb2c0fcd8628dabba8d04ec08048c4eb
SHA256 (kwidgetsaddons-5.90.0.tar.xz) = ca4cbbecc86fdaa00a09ad700037c47fe9c22e584d8c79f6b9007181018e27b0
RWSagIOpLGJF3xfnbmPSeb0QNRv2rvvsy9gdKRs7f6GSdVehhA5+npv7/sB4zq6tTp6Mr/OSsDrhhQLVQwdfW8xLfe8sJcC1IgM=
SHA256 (Pkgfile) = 0896be59c2701c6ee8c28ef8b7a13a1996af6b97848b42277b1202da2d2317c3
SHA256 (.footprint) = 9516032bbe5c8716383da22e0f8ffd7a45eba339b20cd06c86b465315b3a48fd
SHA256 (kwidgetsaddons-5.91.0.tar.xz) = e3b4dc3db4d608b2a725e9087ca3add1105e4027e7e47d10f96c2eff344af20e

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kwidgetsaddons
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -28,6 +28,7 @@ drwxr-xr-x root/root usr/include/KF5/KWindowSystem/
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/kwindowshadow.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/kwindowsystem.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/kwindowsystem_export.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/kwindowsystem_version.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/kxmessages.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/netwm.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/netwm_def.h
@ -37,7 +38,6 @@ drwxr-xr-x root/root usr/include/KF5/KWindowSystem/private/
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/private/kwindowshadow_p.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/private/kwindowsystem_p.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/private/kwindowsystemplugininterface_p.h
-rw-r--r-- root/root usr/include/KF5/kwindowsystem_version.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
@ -46,7 +46,6 @@ drwxr-xr-x root/root usr/lib/qt5/mkspecs/modules/
drwxr-xr-x root/root usr/lib/qt5/plugins/
drwxr-xr-x root/root usr/lib/qt5/plugins/kf5/
drwxr-xr-x root/root usr/lib/qt5/plugins/kf5/kwindowsystem/
-rwxr-xr-x root/root usr/lib/qt5/plugins/kf5/kwindowsystem/KF5WindowSystemWaylandPlugin.so
-rwxr-xr-x root/root usr/lib/qt5/plugins/kf5/kwindowsystem/KF5WindowSystemX11Plugin.so
drwxr-xr-x root/root usr/lib64/
drwxr-xr-x root/root usr/lib64/cmake/
@ -56,8 +55,8 @@ drwxr-xr-x root/root usr/lib64/cmake/KF5WindowSystem/
-rw-r--r-- root/root usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5WindowSystem.so -> libKF5WindowSystem.so.5
lrwxrwxrwx root/root usr/lib64/libKF5WindowSystem.so.5 -> libKF5WindowSystem.so.5.90.0
-rwxr-xr-x root/root usr/lib64/libKF5WindowSystem.so.5.90.0
lrwxrwxrwx root/root usr/lib64/libKF5WindowSystem.so.5 -> libKF5WindowSystem.so.5.91.0
-rwxr-xr-x root/root usr/lib64/libKF5WindowSystem.so.5.91.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kwindowsystem.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30Dyqa3aC5L9l7TWYwMJPaw0/OMYdHGGSZl492AgsQZMIhlIMWiVjVSKhi9ewrkb7vaUo57KggR8om2dRqFEkQo=
SHA256 (Pkgfile) = 22e57a526e0375aacc09b34282f2f90b684233aef1420e17151d329c2dc34f63
SHA256 (.footprint) = 3ad68a3dece21acf878ae999af4d90ddebe36dc8c4e0bd1af87068b1216d86fc
SHA256 (kwindowsystem-5.90.0.tar.xz) = 454503b913f0e0b2db733e9ba8e5be701d1233d1610d664ea363a0d90c52473a
RWSagIOpLGJF30053CPPczmftWxeijqqM+pLU0+36dcclfHO/IkVXSeiKUG+x53pFRVr7+I5kSr2dNRr9uknZPuzgImP7J9Pego=
SHA256 (Pkgfile) = 7c388fe1d0c89c6140dd91e891c3e407ea3d673fd13ac24b56b6921d95b792c9
SHA256 (.footprint) = 464c7a8f9b3df523bf38506942001228653726270e726ca7d1173271a1e849ef
SHA256 (kwindowsystem-5.91.0.tar.xz) = 257990566f0ef96ca23e84eaad7a66a28dd67493b6cd5c6fdb3a2fe5b613c0fb

View File

@ -4,7 +4,7 @@
# Depends on: extra-cmake-modules qt5
name=kwindowsystem
version=5.90.0
version=5.91.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)

View File

@ -82,6 +82,7 @@ drwxr-xr-x root/root usr/include/git2/sys/
-rw-r--r-- root/root usr/include/git2/sys/refdb_backend.h
-rw-r--r-- root/root usr/include/git2/sys/reflog.h
-rw-r--r-- root/root usr/include/git2/sys/refs.h
-rw-r--r-- root/root usr/include/git2/sys/remote.h
-rw-r--r-- root/root usr/include/git2/sys/repository.h
-rw-r--r-- root/root usr/include/git2/sys/stream.h
-rw-r--r-- root/root usr/include/git2/sys/transport.h
@ -94,8 +95,8 @@ drwxr-xr-x root/root usr/include/git2/sys/
-rw-r--r-- root/root usr/include/git2/version.h
-rw-r--r-- root/root usr/include/git2/worktree.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgit2.so -> libgit2.so.1.3
lrwxrwxrwx root/root usr/lib/libgit2.so.1.3 -> libgit2.so.1.3.0
-rwxr-xr-x root/root usr/lib/libgit2.so.1.3.0
lrwxrwxrwx root/root usr/lib/libgit2.so -> libgit2.so.1.4
lrwxrwxrwx root/root usr/lib/libgit2.so.1.4 -> libgit2.so.1.4.0
-rwxr-xr-x root/root usr/lib/libgit2.so.1.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libgit2.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/bTB/arTtZL6DyIxcg3FLbXG8BoCr8F54lVvFNigxdtDpmWHB+8Djrt/qTw9Xl2o6qJvrdic4XL3UFhU1oxRQU=
SHA256 (Pkgfile) = 422037f8cd1410b571813adb388f1cd74fcde03c1d0116a95f67cd8af2ccdca5
SHA256 (.footprint) = 494c179d6f7fdecd8840a2eee7ef0924b54afcf6cfe3a0fc4a81c08e0e359e9a
SHA256 (libgit2-1.3.0.tar.gz) = 192eeff84596ff09efb6b01835a066f2df7cd7985e0991c79595688e6b36444e
RWSagIOpLGJF32urJySfUSAGb3nJvQHBqLG9RZZUB//nYJhvsw9OUPQeEACZP7Jk1tCGpbs+NZMWbEz+uAV6Dv4L0HgcTSRWSQ4=
SHA256 (Pkgfile) = c5d4ea12bbb5273ea8c756439b266cf8a39acdfda561a7fed3f34f025f947bf5
SHA256 (.footprint) = 5b7607e7f6d4cb02f2a2f124287e2b6f886978c0c696f0dc9f214703662ad426
SHA256 (libgit2-1.4.0.tar.gz) = 9051e75964350054d5e3f9339bc4d1fb56ac14949710e3860f98f07a0433fa25

View File

@ -4,11 +4,14 @@
# Depends on: http-parser
name=libgit2
version=1.3.0
version=1.4.0
release=1
source=(https://github.com/$name/$name/archive/v$version/$name-$version.tar.gz)
build() {
sed -i -e 's:HTTP_Parser:HTTPParser:' \
$name-$version/cmake/SelectHTTPParser.cmake
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35cImLbA2JuC9mHW6nlHohpqEWfTGrung9unSaprkORQj/r6onuLMNLADJvGBgqYKKzHmlwmBqBE36Mi4ueLHQc=
SHA256 (Pkgfile) = b023fbf832ab05fa6a6ae37b5b25bb2bd10b2d5533b0576119a91a60b683f648
RWSagIOpLGJF37DSF1BkFVxsFjTQ+jdDBw8yI3VORDvum++wi68h480bF6DitVIWuzsP6kD/zkGgS9DDgLE29O+kdx0tHfdPaA0=
SHA256 (Pkgfile) = a75a42662ef1348276d31209060d2c56f9484e2177952eb1eb7c51385ea3544b
SHA256 (.footprint) = bdaf503ce56b5a8c71509ad023797ca7c46ebe9591a39a7eadb1d47778c3e9a1
SHA256 (mdds-2.0.1.tar.bz2) = 3ab33fce58e6acf9540cc1a52264be6863ef80f55ac287194cc98cda48e71fe6
SHA256 (mdds-2.0.2.tar.bz2) = 13211f2f2e387ef3b74d73a1dcee52a1ad5ce06df8f8e6647679df9278a3116a

View File

@ -4,7 +4,7 @@
# Depends on: boost
name=mdds
version=2.0.1
version=2.0.2
release=1
source=(https://kohei.us/files/mdds/src/$name-$version.tar.bz2)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36SJchQ+VC/cCQx9nPsnaIBD5Px3ICYoVW6C6wiDCJbkaa1tdEW7QKeTlUjJR2O6UiYzfUqcyqUVkOXTJ6fSJA8=
SHA256 (Pkgfile) = acc9484618131909edb4ec2922fcd308de5b47f364be9f4df1030b7a533973ce
RWSagIOpLGJF3y0B86Uiw+lOq90fIvh4toEgtObEMlPVXbtULp3hTO+2e6tDutyxw+gD+1ib0rIXHsJe+mvigIkcVEOo/cEPhgA=
SHA256 (Pkgfile) = 410394cd8b2666213ecd95534e23ae6652ca629a28fff2d3693a80ecf999afdd
SHA256 (.footprint) = 659383f9555ba6ecce269cdc4cd7e25d7cee56f341f2d65b15ed9d94e86fc535
SHA256 (php-redis-5.3.6.tar.gz) = 4273c1340d0080b91fe38354fdf16ff4a56e9677bf42461ddf616832ce46f332
SHA256 (php-redis-5.3.7.tar.gz) = 6f5cda93aac8c1c4bafa45255460292571fb2f029b0ac4a5a4dc66987a9529e6

View File

@ -5,7 +5,7 @@
# Optional: redis
name=php-redis
version=5.3.6
version=5.3.7
release=1
source=(https://github.com/phpredis/phpredis/archive/$version/$name-$version.tar.gz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39bcDMNch6zMgwoE5x6wZX76bPuz7lGfeI5HF9xMHqEq1GtyGD2WnIpRCk4SEgDeyvFUL37iV8lD/vE1am09Yw8=
SHA256 (Pkgfile) = 6be8aecc54c540510e1d23096a640a2483307dffc6bae1fa8ac210c0c3715eeb
RWSagIOpLGJF31sx/O4yRJi/vUpDpdHCHuqEAOIa3zKRq2NapQDn+Y1pptE+RjvFb/3/IeG6fVKF3ZTd+ggVJ7H3av53ds3bmQg=
SHA256 (Pkgfile) = 2d95e56788be77acf9128a4afc7e987a27eda0d26bedecd3c02edd160eaa2a92
SHA256 (.footprint) = f7a8a0edd472dbec9518e480a3a7f6d88828ccbeee67da1b80de9f8f5380ad23
SHA256 (pugixml-1.12.tar.gz) = fd6922a4448ec2f3eb9db415d10a49660e5d84ce20ce66b8a07e72ffc84270a7
SHA256 (pugixml-1.12.1.tar.gz) = dcf671a919cc4051210f08ffd3edf9e4247f79ad583c61577a13ee93af33afc7

View File

@ -4,13 +4,14 @@
# Depends on: cmake
name=pugixml
version=1.12
version=1.12.1
release=1
source=(http://github.com/zeux/pugixml/releases/download/v$version/$name-$version.tar.gz)
build() {
[[ -e /usr/bin/ninja ]] && PKGMK_PUGIXML+=' -G Ninja'
cmake -S $name-$version -B build $PKGMK_PUGIXML \
prt-get isinst ninja && PKGMK_PUGIXML+=' -G Ninja'
#cmake -S $name-$version -B build $PKGMK_PUGIXML \
cmake -S $name-${version:0:4} -B build $PKGMK_PUGIXML \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \

View File

@ -1,71 +0,0 @@
From 314dc6a95baaca90294a8ea957d9810e3bee0f62 Mon Sep 17 00:00:00 2001
From: Eli Schwartz <eschwartz93@gmail.com>
Date: Mon, 9 Apr 2018 01:46:30 -0400
Subject: [PATCH] cmake: always install the pkg-config file
There's really never a reason to *not* want this installed. If an option
is needed to specify installing in a versioned subdirectory, this option
should be explicitly described rather than hidden in something else.
As an added bonus, this makes the CMake install code slightly *less*
complicated.
---
CMakeLists.txt | 10 ++++------
scripts/pugixml.pc.in | 6 +++---
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 90fa6793..d7bc1b20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(pugixml)
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
option(BUILD_TESTS "Build tests" OFF)
-option(BUILD_PKGCONFIG "Build in PKGCONFIG mode" OFF)
+option(USE_VERSIONED_LIBDIR "Use a private subdirectory to install the headers and libs" OFF)
set(BUILD_DEFINES "" CACHE STRING "Build defines")
@@ -55,7 +55,7 @@ endif()
set_target_properties(pugixml PROPERTIES VERSION 1.9 SOVERSION 1)
get_target_property(PUGIXML_VERSION_STRING pugixml VERSION)
-if(BUILD_PKGCONFIG)
+if(USE_VERSIONED_LIBDIR)
# Install library into its own directory under LIBDIR
set(INSTALL_SUFFIX /pugixml-${PUGIXML_VERSION_STRING})
endif()
@@ -71,10 +71,8 @@ install(TARGETS pugixml EXPORT pugixml-config
install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}${INSTALL_SUFFIX})
install(EXPORT pugixml-config DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/pugixml)
-if(BUILD_PKGCONFIG)
- configure_file(scripts/pugixml.pc.in ${PROJECT_BINARY_DIR}/pugixml.pc @ONLY)
- install(FILES ${PROJECT_BINARY_DIR}/pugixml.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig)
-endif()
+configure_file(scripts/pugixml.pc.in ${PROJECT_BINARY_DIR}/pugixml.pc @ONLY)
+install(FILES ${PROJECT_BINARY_DIR}/pugixml.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig)
if(BUILD_TESTS)
file(GLOB TEST_SOURCES tests/*.cpp)
diff --git a/scripts/pugixml.pc.in b/scripts/pugixml.pc.in
index 3c97c28d..804c4d38 100644
--- a/scripts/pugixml.pc.in
+++ b/scripts/pugixml.pc.in
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=${prefix}/include/pugixml-@PUGIXML_VERSION_STRING@
-libdir=${exec_prefix}/lib/pugixml-@PUGIXML_VERSION_STRING@
+includedir=${prefix}/include@INSTALL_SUFFIX@
+libdir=${exec_prefix}/lib@INSTALL_SUFFIX@
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: http://pugixml.org/
Version: @PUGIXML_VERSION_STRING@
Cflags: -I${includedir}
-Libs: -L${libdir} -lpugixml
\ No newline at end of file
+Libs: -L${libdir} -lpugixml

View File

@ -9,12 +9,12 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/peewee.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/pwiz.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/pwiz.cpython-310.pyc
drwxr-xr-x root/root usr/lib/python3.10/site-packages/peewee-3.14.8-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.8-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.8-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.8-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.8-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.8-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/peewee-3.14.9-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.9-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.9-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.9-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.9-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee-3.14.9-py3.10.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/peewee.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/playhouse/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/playhouse/__init__.py (EMPTY)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33q+wtHnf26Zje49bWbSDAE1NMVB2fpyA17kSVn4sMU31ZipGudqCV1MiCJsvQ+tTXFN8z7w/KHwYU61d0RfYgU=
SHA256 (Pkgfile) = 3e85999e4d206ab6f0c66b52c89d3de69a21c465c40bbf04fe950276e3efcf63
SHA256 (.footprint) = b1efe70c2e7a544d8f873053bc087713fad9414365973e622b0a0a3e0fdc1877
SHA256 (python3-peewee-3.14.8.tar.gz) = 7d6487a62eca89eb3451a845617254a6646afd2b0180846baaeaf7e1bb3384f4
RWSagIOpLGJF30xA9/5BEZyzGj68YRx0zYavzRJpSZ6LgF9tr+1DvMe0O+7C+AayQkYgiAjTykuUOSOk+sXfeFHYbXQgJcL/XAU=
SHA256 (Pkgfile) = 0af329c32e35ace5c3e2deffd1a807316ce6a3ae5c11754ee025ca556fadbc2d
SHA256 (.footprint) = d211edc49dc2fb9a6c6e3f9ba311f0dd229d1273e49b6dab52d0c6df98fca1c8
SHA256 (python3-peewee-3.14.9.tar.gz) = d82233653c60c78a16de010c6c6f385b0de49bed65c7c9c7be17ddd10b30553e

View File

@ -4,7 +4,7 @@
# Depends on: python3-cython
name=python3-peewee
version=3.14.8
version=3.14.9
release=1
source=(https://github.com/coleifer/peewee/archive/$version/$name-$version.tar.gz)

View File

@ -2,7 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517-0.12.0-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pep517/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pep517/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pep517/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31zNX9bnUYgSywmC1dDtswkC0cIo+GL1JcRtQvdWbxWCCDj1zVg840Z297Ap1sB91qJnqZkdsuyxtYuXVqgIvQE=
RWSagIOpLGJF3ye4VMDT8phKTOZ3UNQHJVHp6aq8L0YuVJ17Xx5tU3Vfnn3gH/0PShDj8ZCmr+64+wbv2YhsTqtSn8uo+D4qdAs=
SHA256 (Pkgfile) = da1b7457bfc686431081f45c84523e0550d87e78d2a79acbd8a55245d5204108
SHA256 (.footprint) = ac6db1386bfdc429e2082a133be2facd81cfda401dfa6fe7ecaee3efe8f07421
SHA256 (.footprint) = 8c8482629a915c7d1dd6318165c109acf8ac484367e935c8c38861edce4088b1
SHA256 (pep517-0.12.0.tar.gz) = 931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0

View File

@ -4,11 +4,11 @@ drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/typing_extensions.cpython-310.pyc
drwxr-xr-x root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.0.dist-info/WHEEL
drwxr-xr-x root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions-4.1.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/typing_extensions.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30YaoxSCbTRFaN58wN7SrqofKK15LAxRSu5PcyAFaq7XI9BcavckrhYIusJdHWt3bVJba35ebXytqGy8gLcutgc=
SHA256 (Pkgfile) = bbc551acc844828d4c1b7278944c2199f680903af175bda8762c946544a85dad
SHA256 (.footprint) = 013a01a5b90584f48cbab204e9b59aaac066ff89a35809a680681dbfa6321c9f
SHA256 (python3-typing_extensions-4.1.0.tar.gz) = cc419fd32edaccd3ef21733d27e1a5c8959ddca2dd8656fe08b9d3d2f068c689
RWSagIOpLGJF3zHkyDz+E9hP0bw12czgH4S9OPrbo3yq8cEceb6uOZFL6rc7UnffNMOkz2hL+MCP+CN6JzFn3+ilcO+j6llLpgA=
SHA256 (Pkgfile) = 8d31cf53a2318b8916414df66db43f8b8990a820a54a7fc5f38b8ae58ce2bc97
SHA256 (.footprint) = bcb44f0d41137cd945e124175d0ee7665c02a1ff8570a21d35cb2308e60907f3
SHA256 (python3-typing_extensions-4.1.1.tar.gz) = 19bfd1b3b1d3fe4b6358ab67e6692c4ec2f7c622e94c5e884923269c838a0727

View File

@ -5,7 +5,7 @@
# Optional: python3-flit-core
name=python3-typing_extensions
version=4.1.0
version=4.1.1
release=1
source=(https://github.com/python/typing/archive/$version/$name-$version.tar.gz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+tMFFAqZPx/posyIvhAKqKec9lc0cdH1PTUcN5ln3k4rKmpI2vGaZXomIWSenzJuYbelPIUiizD6TQ3OQ6jAgw=
SHA256 (Pkgfile) = a282143590d291894f85077a94c83e4f356cdb6e0a871f40a8381ff66d759e18
RWSagIOpLGJF338ZbmFNKsfsuPlVRS1f0GT3IBFhaWYnGtPYkeYRINnwVoxDuOUQVRgPtmUzloFW//uX068sX+/9ebjl8qkGvAw=
SHA256 (Pkgfile) = 31db8d11d522d20628d9233bbb4b0e89d97dee6effcae8753e80a576bc0db829
SHA256 (.footprint) = d3916e94908249d530356c1e79cef586cdeacf7bd488278a3f0c61ab5be2aab3
SHA256 (qownnotes-22.2.0.tar.xz) = ebe5ce62693e3bd6ffc9d4c88cd458864c56d198337688bf59cc85b6435ffdab
SHA256 (qownnotes-22.2.6.tar.xz) = 111ac6691334ea35f4b2aefb7a92e2ea12655506ea8f994e4ab04e695ad2b71e

View File

@ -4,7 +4,7 @@
# Depends on: qt5
name=qownnotes
version=22.2.0
version=22.2.6
release=1
source=(https://download.tuxfamily.org/$name/src/$name-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x3jwFNXkU1sKaZrDtlqEGMMcHq/YjHev+czy8l11DTO5jwCXmCdslAI9tXRsGaWgLuCNTwWR5fXVNAS/zFGCQY=
SHA256 (Pkgfile) = 675c0e1c94590d305ba98ced9ad56038b0252b2c5d1a0aed174bdff7279c2f5f
RWSagIOpLGJF3yOw4i58O1eo3avVQYo+i8q3TaqPmanoHggnAOe5ccqkCKqIkD0cHMv4ikdboNt+2cJKq56pEntQQqjhsJ74AwY=
SHA256 (Pkgfile) = f5122c4d10c0e4c2474f8d8cdafc1fa465d06f45b03ef5609693565f585d9dae
SHA256 (.footprint) = 0b298544e01b8fbc5119583b3aa96f10232e4b267ef9f2d069810f8011b6ee34
SHA256 (rust-analyzer-20220207.tar.gz) = e5c5e91125d1b47530ce380965de806c468d93e38e0de9328cdf29878f70be30
SHA256 (rust-analyzer-20220214.tar.gz) = eb287b16b7b5ecd8be3864e6d54d2396886820f105986566c9f54be804f93f6c

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=rust-analyzer
version=20220207
version=20220214
_version=${version::4}-${version:4:2}-${version:6:2}
release=1
source=(https://github.com/rust-analyzer/rust-analyzer/archive/$_version/$name-$version.tar.gz)

13
svt-hevc/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/SvtHevcEncApp
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/svt-hevc/
-rw-r--r-- root/root usr/include/svt-hevc/EbApi.h
-rw-r--r-- root/root usr/include/svt-hevc/EbApiVersion.h
-rw-r--r-- root/root usr/include/svt-hevc/EbErrorCodes.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libSvtHevcEnc.so -> libSvtHevcEnc.so.1
-rwxr-xr-x root/root usr/lib/libSvtHevcEnc.so.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/SvtHevcEnc.pc

5
svt-hevc/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF377KLQEt5m78kKKnTpWTCt4jeyaA9JLcDsKG1NvZnqXtuz2ADBYR6TRnLPMc3SnZDJNz1NSW7opP1UeJfGjGfw0=
SHA256 (Pkgfile) = d845efc711df56bc4c964dc2ab24d707e320e655efb22b230058344caffcb54e
SHA256 (.footprint) = 7d5a2459119a85a6e1a60b7d39da2c21cdd03bd26918e5ab4f3d8ae605008afe
SHA256 (svt-hevc-1.5.1.tar.gz) = fcadf3a326e012bdc7d7357b55573b45dfd37bf4a4186c93ed1c4b98fe3f1f6d

27
svt-hevc/Pkgfile Normal file
View File

@ -0,0 +1,27 @@
# Description: SVT HEVC encoder
# URL: https://github.com/OpenVisualCloud/SVT-HEVC
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake yasm
name=svt-hevc
version=1.5.1
release=1
source=(https://github.com/OpenVisualCloud/SVT-HEVC/archive/v$version/$name-$version.tar.gz)
build() {
prt-get isinst ninja && PKGMK_SVTHEVC+=' -G Ninja'
export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
cmake -S SVT-HEVC-$version -B build $PKGMK_SVTHEVC \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D BUILD_SHARED_LIBS=ON \
-D NATIVE=OFF \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
}

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39XdAb3oEciXM1y/VjCi9tRuQO/nMGzHyXSErShhuil/gmyXiMsS2EyYtJ9YseVyu06N7ZRhmN4BiHX/IPFMtAk=
SHA256 (Pkgfile) = 36b534533b9c224e89330db496faa404532e50ac74da7555d56433357e90ca7c
RWSagIOpLGJF3/pColScPk++l3HhgTs86nLNgmQODkDu5uLUC0VJRzTsJQhehUVhMFbkdDnvdjUyCxJwq+vCURHKzqHqdKqcTg4=
SHA256 (Pkgfile) = 09136a8869273859516b49d8f2e1154e95822b3aca32df5d82dff3d08768fd2e
SHA256 (.footprint) = 298bdd97c881272dbc32bb78718758797d98e6e9c9644ca51ee294edacafe4ac
SHA256 (ttf-inconsolata-3.000.tar.gz) = f2d8d8ba6caa785a966ef17996822ab14ba91ec423431a29e1b6c4b14bc4cda5
SHA256 (75-ttf-inconsolata.conf) = f29a1b45c96ee05e64c03181b587f48a5d090839b7356eb4f48fb752a17a899f

View File

@ -9,7 +9,9 @@ source=(https://github.com/googlefonts/Inconsolata/archive/v$version/$name-$vers
75-ttf-inconsolata.conf)
build() {
install -d $PKG/usr/share/fonts/TTF/Inconsolata
install -Dm644 $SRC/Inconsolata-$version/fonts/ttf/*.ttf $PKG/usr/share/fonts/TTF/Inconsolata/
find Inconsolata-$version/fonts/ttf \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/Inconsolata/{} \;
install -Dm644 $SRC/75-ttf-inconsolata.conf $PKG/usr/share/fontconfig/conf.avail/75-ttf-inconsolata.conf
}

View File

@ -3,6 +3,9 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fonts/
drwxr-xr-x root/root usr/share/fonts/TTF/
drwxr-xr-x root/root usr/share/fonts/TTF/line-awesome/
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-brands-400.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-regular-400.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/fa-solid-900.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-brands-400.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-regular-400.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/line-awesome/la-solid-900.ttf

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yURBJu6I/bPnzqRYhlP3fMM5XeUT32ZDRRcqLWR/l0EySL2qHwLFBVuuvHYxwzJF9jBnsesOOopcSX22xvlGgw=
SHA256 (Pkgfile) = 324c59060212f400b05ffdb56d41a3abee1734e50d8b73550a32f54fc9156c2a
SHA256 (.footprint) = 3b0ddfb2de9a6ccf016a0bbdcf692b56b1daa8a44331d1bdb1208084717d9f70
RWSagIOpLGJF33rnxbIuU5v9QaM2FRdVtutVITxZzKR71tJ8hcLxUqQOr6YILlnVviu61na9drHTQbcTKbcQ6KI/kLpFADhL8w8=
SHA256 (Pkgfile) = cf05a5cedaf8bae87d2e236847ad5246cb2ae6581c625bca6660e52053d695bf
SHA256 (.footprint) = abb74d04c06163fc85508aed2bf3020a4b790d81faeda302212557511d88f7d2
SHA256 (ttf-line-awesome-1.2.1.tar.gz) = 2dd98894f3d84f1e9e6872c99041da04fe53aaccc3e16d0a71905af6a6fa4844

View File

@ -8,7 +8,7 @@ release=2
source=(https://github.com/icons8/line-awesome/archive/v$version/$name-$version.tar.gz)
build() {
cd ${name/ttf-}-$version
install -d $PKG/usr/share/fonts/TTF/line-awesome/
install -m644 dist/line-awesome/fonts/*.ttf $PKG/usr/share/fonts/TTF/line-awesome/
find ${name/ttf-}-$version \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/line-awesome/{} \;
}

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wB/BVaDt+CkcbC3T+hvDQs8zVYiG9VoMJwSMG07W7mI0HVbATdXkO6xtB0C5T0NXBg5olBnlmoI4lgqGBuHvgU=
SHA256 (Pkgfile) = c8a1a1bfad46d07cff9e2cfd7ced542ce99230e29b8e33fb8db9e3f8a75e651b
SHA256 (.footprint) = 96afadd4a469056cea15b2910885b014a80f285a083ce6981ee2041a40884bc1
RWSagIOpLGJF35BphPd6gxjzTTkNQluYWuW8Gjn135l5MAloTJ4PwC1vFsurGbyEYOGsizRYWW7NSSuNCPykk3l7CMI94SVNLQ4=
SHA256 (Pkgfile) = 523f38b508ea04c294973d6d17e3200a6393ed047fcb54c3db3763bb9d8e7e2a
SHA256 (.footprint) = 54f2f9b1755a69129898f2de54b749e76976ccfdafa2b90d091ba264a8c516ba
SHA256 (noto-fonts-20201206-phase3.tar.gz) = 18a513b6cfb99209d9ffe88f31659a514845e34ee8e7a0b534e37aa19e2c4270

View File

@ -8,9 +8,7 @@ release=1
source=(https://github.com/googlefonts/noto-fonts/archive/v$version-phase3/noto-fonts-$version-phase3.tar.gz)
build() {
cd noto-fonts-$version-phase3/unhinted/ttf
install -d $PKG/usr/share/fonts/noto
for i in */*.ttf;
do install -m644 $i $PKG/usr/share/fonts/noto;
done
find noto-fonts-$version-phase3/unhinted/ttf \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/noto/{} \;
}

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+YrOnT19LMO4qSxf66ZEU8yMaQg9WsqQqI0UEUvtOS86l3+WAjzVpRafKnmN8myIVL+SmEHhV85Zm+USEBqBwM=
SHA256 (Pkgfile) = 0e6c08945818b33f77d56ddf02c512b9529955e8cd82dbe83161b688f3414d0d
RWSagIOpLGJF30AmygVcq27ApNcbXDf0PFQ4K5TPkEO2euReiwfUzlXZdsjnCG4J0CbVr+e2g3kavzu4NEFWgo+JjAx16aoWuws=
SHA256 (Pkgfile) = 7a31357448068b74903dc8c200bc77a954f380f47179d9b2777f5d58f95b816e
SHA256 (.footprint) = 8c8aab3ad18a8995a0bd21c43312e95026c080bf93f926be92572e488b725bdf
SHA256 (unifont-14.0.01.tar.gz) = 7ad1daeecc466685cdb3c60bdd57d6f3553131f076c1a18ab2f95e2020b26d72

View File

@ -8,9 +8,8 @@ release=1
source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz)
build() {
cd unifont-$version/font/precompiled
install -d $PKG/usr/share/fonts/TTF/unifont/
for i in *.ttf; do
install -Dm644 $i $PKG/usr/share/fonts/TTF/unifont/;
done
find unifont-$version/font/precompiled \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/unifont/{} \;
cd
}

View File

@ -1,22 +1,22 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/vala-0.54 -> valac-0.54
-rwxr-xr-x root/root usr/bin/valac-0.54
lrwxrwxrwx root/root usr/bin/valac -> valac-0.54
-rwxr-xr-x root/root usr/bin/vala-gen-introspect-0.54
lrwxrwxrwx root/root usr/bin/vala-gen-introspect -> vala-gen-introspect-0.54
lrwxrwxrwx root/root usr/bin/vala -> vala-0.54
-rwxr-xr-x root/root usr/bin/vapigen-0.54
lrwxrwxrwx root/root usr/bin/vala-0.54 -> valac-0.54
lrwxrwxrwx root/root usr/bin/vala-gen-introspect -> vala-gen-introspect-0.54
-rwxr-xr-x root/root usr/bin/vala-gen-introspect-0.54
lrwxrwxrwx root/root usr/bin/valac -> valac-0.54
-rwxr-xr-x root/root usr/bin/valac-0.54
lrwxrwxrwx root/root usr/bin/vapigen -> vapigen-0.54
-rwxr-xr-x root/root usr/bin/vapigen-0.54
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/vala-0.54/
-rw-r--r-- root/root usr/include/vala-0.54/valagee.h
-rw-r--r-- root/root usr/include/vala-0.54/vala.h
-rw-r--r-- root/root usr/include/vala-0.54/valagee.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libvala-0.54.la
-rwxr-xr-x root/root usr/lib/libvala-0.54.so.0.0.0
lrwxrwxrwx root/root usr/lib/libvala-0.54.so.0 -> libvala-0.54.so.0.0.0
lrwxrwxrwx root/root usr/lib/libvala-0.54.so -> libvala-0.54.so.0.0.0
lrwxrwxrwx root/root usr/lib/libvala-0.54.so.0 -> libvala-0.54.so.0.0.0
-rwxr-xr-x root/root usr/lib/libvala-0.54.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libvala-0.54.pc
-rw-r--r-- root/root usr/lib/pkgconfig/vapigen-0.54.pc
@ -31,15 +31,24 @@ drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/vapigen.m4
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/valac-0.54.1.gz
lrwxrwxrwx root/root usr/share/man/man1/valac.1.gz -> valac-0.54.1.gz
-rw-r--r-- root/root usr/share/man/man1/vala-gen-introspect-0.54.1.gz
lrwxrwxrwx root/root usr/share/man/man1/vala-gen-introspect.1.gz -> vala-gen-introspect-0.54.1.gz
-rw-r--r-- root/root usr/share/man/man1/valac-0.54.1.gz
lrwxrwxrwx root/root usr/share/man/man1/valac.1.gz -> valac-0.54.1.gz
-rw-r--r-- root/root usr/share/man/man1/vapigen-0.54.1.gz
lrwxrwxrwx root/root usr/share/man/man1/vapigen.1.gz -> vapigen-0.54.1.gz
drwxr-xr-x root/root usr/share/vala/
drwxr-xr-x root/root usr/share/vala-0.54/
drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_gfx.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_gfx.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_image.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_image.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_mixer.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_mixer.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_net.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_net.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_ttf.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_ttf.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/alsa.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/alsa.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/atk.deps
@ -52,9 +61,9 @@ drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/bzlib.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/cairo-gobject.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/cairo-gobject.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/cairo.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/cairo-xcb.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/cairo-xcb.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/cairo.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/ccss-1.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/clutter-1.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/clutter-1.0.vapi
@ -115,8 +124,8 @@ drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gnome-desktop-3.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gnome-vfs-2.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gnu.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gnutls.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gnu.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gnutls.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gobject-2.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gobject-2.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gobject-introspection-1.0.deps
@ -178,18 +187,18 @@ drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-2.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-3.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-3.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk4.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-2.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-2.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-3.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-3.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk4-unix-print.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk4-unix-print.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk4.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk4.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtkmozembed.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtkmozembed.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtksourceview-2.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtksourceview-2.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-2.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-2.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-3.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gtk+-unix-print-3.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gudev-1.0.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/gudev-1.0.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/hal.deps
@ -264,10 +273,10 @@ drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/orc-0.4.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/packagekit-glib2.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/packagekit-glib2.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pangocairo.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pangocairo.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pango.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pango.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pangocairo.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pangocairo.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/pixman-1.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/polkit-agent-1.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/polkit-agent-1.vapi
@ -288,23 +297,13 @@ drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/rest-extras-0.7.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-android.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-android.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_gfx.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_gfx.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_image.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_image.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-ios.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-ios.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_mixer.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_mixer.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_net.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_net.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_ttf.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/SDL2_ttf.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-windows.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-windows.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-winrt.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2-winrt.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sdl2.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/sqlite3.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/taglib_c.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/tiff.vapi
@ -325,6 +324,7 @@ drwxr-xr-x root/root usr/share/vala-0.54/vapi/
-rw-r--r-- root/root usr/share/vala-0.54/vapi/xtst.deps
-rw-r--r-- root/root usr/share/vala-0.54/vapi/xtst.vapi
-rw-r--r-- root/root usr/share/vala-0.54/vapi/zlib.vapi
drwxr-xr-x root/root usr/share/vala/
-rw-r--r-- root/root usr/share/vala/Makefile.vapigen
drwxr-xr-x root/root usr/share/vala/vapi/
-rw-r--r-- root/root usr/share/vala/vapi/libvala-0.54.vapi

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39FckXIh1UNtMdco7PLfZoQD2HBHUd9DPV6fQsYBVsdb+FpwSpsis1CozYediMVWxjaafW2jfwkF/Uu1QwaIOAA=
SHA256 (Pkgfile) = 88f21f4fdc1bd827d4ff34df7113a6c44a59c6a052afb30c67b0be035a7ab768
SHA256 (.footprint) = 012ebfd33a790b5d630a7d804d201d45c14ddacbce29e26ccbae0d4308ef5150
SHA256 (vala-0.54.6.tar.xz) = 49d60d96a3fdf6c4287397442bc6d6d95bf40aa7df678ee49128c4b11ba6e469
RWSagIOpLGJF3/zSs0xwDLbebZJu5rTIwzD5D/VL4zP6no0Z2RpjK6b9Rs+bGmjnjRwdqxQCyYUux+dmC7hT/a6y6TA/jfzAgAw=
SHA256 (Pkgfile) = 71723a6ae94d634c55b09fa402115976553940ea12f4426a7e6f133e298aed1f
SHA256 (.footprint) = 8e3fd1f8d37cc2453f97bf4af8e8c131d75b7ca78bf7d132715e00d82df8dccf
SHA256 (vala-0.54.7.tar.xz) = 62079ca1ff02e5d17ae72aa9a5adc61ae6afdcfebb0d9f06063a36efbeaca0c7

View File

@ -4,7 +4,7 @@
# Depends on: glib
name=vala
version=0.54.6
version=0.54.7
release=1
source=(https://download.gnome.org/sources/vala/${version%.*}/vala-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39SYMDkd7UKLjVGPEaEpm+sQVIY8o3tH6pNJdjhR6uCmZ5KBaLTbtSDqdALUKHlxJVYDnfthZaKmebpA7QLHOgQ=
SHA256 (Pkgfile) = d1e1c8089a441f97b8023628d4ab2cfdf785329a3cb48198143c893ebf23baf8
RWSagIOpLGJF34NXL3um8QggLrATYXBwBC7kM/MiAhqifQfvtSxmm+UETcLHKKK7RklPlpMK8DKccjkxZUoHSv1wYSshEhPyFAU=
SHA256 (Pkgfile) = cbcf9b1059a1993f3cd010f4b3920bf8f5b1176c18764246c67698e521cf50a6
SHA256 (.footprint) = d95a9171fd7454254073f824341708d2f76ea7f3332cc1c7329d8ba49bb89868
SHA256 (zathura-0.4.8.tar.xz) = b1aaa8b61d150b092ac9e312cbbf87279ecd66bd37b8c63c994e895843f520db
SHA256 (zathura-0.4.9.tar.xz) = fc30c42cd660d993bce8758e22e4ba8078761d51f1e29494e7a0d37a8a3e5e57

View File

@ -5,7 +5,7 @@
# Optional: texlive
name=zathura
version=0.4.8
version=0.4.9
release=1
source=(https://pwmt.org/projects/$name/download/$name-$version.tar.xz)