diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /app-admin/system-config-printer | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'app-admin/system-config-printer')
-rw-r--r-- | app-admin/system-config-printer/Manifest | 4 | ||||
-rw-r--r-- | app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild (renamed from app-admin/system-config-printer/system-config-printer-1.5.15.ebuild) | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/app-admin/system-config-printer/Manifest b/app-admin/system-config-printer/Manifest index c2f8f01299b2..81bbe7550f12 100644 --- a/app-admin/system-config-printer/Manifest +++ b/app-admin/system-config-printer/Manifest @@ -1,3 +1,3 @@ -DIST system-config-printer-1.5.15.tar.xz 1005764 BLAKE2B 4919c555444829505b09b658ce0fd016ba235260f8c8b4db751e6a511afba5d5975e5f9570f5fe74fc35d158bbf2dd3ece99aa568ec1bb850096e5f12f0fc0b0 SHA512 b992f96f48c54350c11c5c629e77ee4409fe52fb17b386f226a42d532a95e17b6506319dcedeb70c0072555cb9ab464daaae22f295ce3d5181e5f49836f2ae2e -EBUILD system-config-printer-1.5.15.ebuild 1913 BLAKE2B 75fc9425362ee7f0f6b3eb8f8899be80fef98eeff68fe0841c8b1bb825f15f4a21ac0fc53e8eff2cb33ec1328b00bd09a5c44b5492d6a2500b6f6ec764d462fb SHA512 fe2c24101e3ca4dbbef37648011f2572e21c47b374b308609041a547c27c43cac3715ff6d004e4c1d87b844bf9c040fe3905f3ac6cf76c33f467a2462b0b49bd +DIST system-config-printer-1.5.16.tar.xz 1382124 BLAKE2B 37548bd470f8e80026e014d4077a79a38ad54258d620654536890b67b688fc790c9a9a269b321f2e12d63ec21f24858866e39b41089195c528ddbdf1351bba5f SHA512 ed20a409def66bdea7de4cd5b397891eca220c841e1b5c8cab98e45f87389ae8ba881d9e24072dd07203141fc34c49c4b67cf099791857c007971e3b7d2e2fc2 +EBUILD system-config-printer-1.5.16-r1.ebuild 2021 BLAKE2B d13cfcdb98566ed54188469215cd1b52a053af5226d2628ce3bc246ff346baca5b750a42c7a95ea0c2f72e2cbd9f5985d1a0de4c836689333a532e19f4a3566f SHA512 b4672ec14b8558606a65eb8c35d3ef584f49494694c25172f52a83d4985fa7466cc4132a40a52d25d327483ee31f4c294b715b593ed25b324009064107b61c1c MISC metadata.xml 464 BLAKE2B 6b9e1c83ddd541fa865336261d248c43e24354dbe1fdb585436bdaacd6cbbca9949b54961c0ad32220326b168650c377862640c50c2f40ad61106fbbb59fa3c4 SHA512 20f80adda8d894d92410585732a88565196b6cd10177bf5ed93966cf450d6dced89f46a840fd5c5ce26a9d7ac2fc42e59fbb8f789eb1f7f594e95da7a0cf60b8 diff --git a/app-admin/system-config-printer/system-config-printer-1.5.15.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild index 0b2854a95b71..c8b20534951d 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.15.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.16-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" @@ -39,7 +39,7 @@ DEPEND="${COMMON_DEPEND} dev-perl/XML-Parser dev-util/desktop-file-utils dev-util/intltool - sys-devel/gettext + >=sys-devel/gettext-0.20 virtual/pkgconfig " RDEPEND="${COMMON_DEPEND} @@ -61,6 +61,7 @@ pkg_setup() { src_configure() { local myeconfargs=( + --with-xmlto --enable-nls --with-desktop-vendor=Gentoo --with-udev-rules @@ -69,8 +70,14 @@ src_configure() { econf "${myeconfargs[@]}" } +src_compile() { + default + python_optimize cupshelpers +} + src_install() { default python_fix_shebang "${ED}" python_optimize + python_domodule cupshelpers } |