mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 22:32:37 +01:00
Compare commits
5 Commits
f0ed8ae450
...
dbc79a71e9
| Author | SHA1 | Date | |
|---|---|---|---|
|
dbc79a71e9
|
|||
|
349578795c
|
|||
|
086d494b57
|
|||
|
70ec371841
|
|||
|
18f4a30800
|
@@ -1,3 +1,3 @@
|
|||||||
DIST piper-0.3.tar.gz 180248 BLAKE2B 1bd1f2058d95ef8cbcec75d8612f70e27a4c1bd3246f7dec01cd5078a1f677be7534a8cbf1cc8362fb6d48d01196c60ec1ee0dcbd890e68efeaa7fc97e120a4a SHA512 baffa76047a9f509dd9cee3513b2dde2cc27bab26f626d836ac065da9a45d8ddad6a51409e8174634e03a82f32f2622b3e9a4a6ddbbcc7a09a489012b027c839
|
DIST piper-0.3.tar.gz 180248 BLAKE2B 1bd1f2058d95ef8cbcec75d8612f70e27a4c1bd3246f7dec01cd5078a1f677be7534a8cbf1cc8362fb6d48d01196c60ec1ee0dcbd890e68efeaa7fc97e120a4a SHA512 baffa76047a9f509dd9cee3513b2dde2cc27bab26f626d836ac065da9a45d8ddad6a51409e8174634e03a82f32f2622b3e9a4a6ddbbcc7a09a489012b027c839
|
||||||
EBUILD piper-0.3.ebuild 722 BLAKE2B 1046610816517a9e7242f611ddbeeee9bb55e24bea94861cb7fb613f7a34b70ee5e392db15619a2d8c9d01ed6750df1e698671d14d2a97b7ec6583809dc24a89 SHA512 f486200df177073fb095edc131dc14d8b91175fa3b2c33bb50742e3da326b5e6f7080fa5f0062e7882b3ca38d41317284066e277af47a205a8de8f73c950e520
|
EBUILD piper-0.3.ebuild 874 BLAKE2B e706ab9c9a7b24be9c75291695aaffdbfa08fafc27bf6642b78659049930f40e0d2e0c5ff59ed2012d22e0e5b45ee6c4514eb60b7303fa4293edcf7e9e9c4de7 SHA512 f78cda7de33e0c285b10593fc6da5f39983b73213e9131823a1a273a5f722e7864d348b31f96b24d06cd6673cc670dd8061f353b2442bb1f2ffc6869471ba937
|
||||||
MISC metadata.xml 336 BLAKE2B 83b67c7a27d39c2a90b4f18e56f80221611d6f15d6081f9334e59665b85d33814d1208c7539c5b173582e7edc8bdbca94f507dbed4f7b7d369bb2489531c1629 SHA512 7f7344481ac90b3613047e7755d86bde8b5f448efb69cd806e3027d6024b5e66c7223c0c8a1cbb80a76e5b0d1f5d214f1d53a0b9470d3739c81c46be4324a927
|
MISC metadata.xml 336 BLAKE2B 83b67c7a27d39c2a90b4f18e56f80221611d6f15d6081f9334e59665b85d33814d1208c7539c5b173582e7edc8bdbca94f507dbed4f7b7d369bb2489531c1629 SHA512 7f7344481ac90b3613047e7755d86bde8b5f448efb69cd806e3027d6024b5e66c7223c0c8a1cbb80a76e5b0d1f5d214f1d53a0b9470d3739c81c46be4324a927
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
PYTHON_COMPAT=( python{3_6,3_7} )
|
PYTHON_COMPAT=( python{3_6,3_7} )
|
||||||
|
|
||||||
inherit meson python-r1
|
inherit meson python-r1 xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="GTK application to configure gaming mice"
|
DESCRIPTION="GTK application to configure gaming mice"
|
||||||
HOMEPAGE="https://github.com/libratbag/piper"
|
HOMEPAGE="https://github.com/libratbag/piper"
|
||||||
@@ -34,3 +34,13 @@ src_install() {
|
|||||||
meson_src_install
|
meson_src_install
|
||||||
python_optimize "${D}"
|
python_optimize "${D}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
BDEPEND=>=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2
|
BDEPEND=>=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||||
DEPEND=virtual/pkgconfig dev-python/pygobject:3 >=x11-libs/gtk+-3.22:3[introspection]
|
DEPEND=virtual/pkgconfig dev-python/pygobject:3 >=x11-libs/gtk+-3.22:3[introspection]
|
||||||
DESCRIPTION=GTK application to configure gaming mice
|
DESCRIPTION=GTK application to configure gaming mice
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@@ -10,5 +10,5 @@ LICENSE=GPL-2
|
|||||||
RDEPEND=>=dev-libs/libratbag-0.10 dev-python/python-evdev[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
RDEPEND=>=dev-libs/libratbag-0.10 dev-python/python-evdev[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/libratbag/piper/archive/0.3.tar.gz -> piper-0.3.tar.gz
|
SRC_URI=https://github.com/libratbag/piper/archive/0.3.tar.gz -> piper-0.3.tar.gz
|
||||||
_eclasses_=meson b5ee7a05833ab91225acf30ffdeed006 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-r1 4eed5e0c72d4544a2291ae46515f5d79 python-utils-r1 611c493a4cfef5254350fabc04b606f5 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
|
_eclasses_=meson b5ee7a05833ab91225acf30ffdeed006 multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-r1 4eed5e0c72d4544a2291ae46515f5d79 python-utils-r1 611c493a4cfef5254350fabc04b606f5 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||||
_md5_=4a7ec3dcfae13815b1e9a2063d08399d
|
_md5_=cb2438c71c04e20bb87e93c625c07fac
|
||||||
|
|||||||
14
metadata/md5-cache/x11-misc/gpaste-3.32.0-r1
Normal file
14
metadata/md5-cache/x11-misc/gpaste-3.32.0-r1
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
BDEPEND=>=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
|
||||||
|
DEPEND=dev-libs/appstream-glib >=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.58:2 >=dev-libs/gobject-introspection-1.58.0 sys-apps/dbus >=x11-libs/gdk-pixbuf-2.38:2 >=x11-libs/gtk+-3.24:3 X? ( x11-libs/libX11 x11-libs/libXi ) gnome? ( gnome-base/gnome-control-center:2 media-libs/clutter x11-libs/pango >=x11-wm/mutter-3.32.0:0/4 ) systemd? ( sys-apps/systemd ) virtual/pkgconfig vala? ( || ( dev-lang/vala:0.46[vapigen(+)] dev-lang/vala:0.44[vapigen(+)] dev-lang/vala:0.42[vapigen(+)] ) )
|
||||||
|
DESCRIPTION=Clipboard management system
|
||||||
|
EAPI=7
|
||||||
|
HOMEPAGE=https://github.com/Keruspe/GPaste
|
||||||
|
IUSE=X bash-completion gnome introspection systemd vala zsh-completion
|
||||||
|
KEYWORDS=~amd64 ~x86
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=dev-libs/appstream-glib >=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.58:2 >=dev-libs/gobject-introspection-1.58.0 sys-apps/dbus >=x11-libs/gdk-pixbuf-2.38:2 >=x11-libs/gtk+-3.24:3 X? ( x11-libs/libX11 x11-libs/libXi ) gnome? ( gnome-base/gnome-control-center:2 media-libs/clutter x11-libs/pango >=x11-wm/mutter-3.32.0:0/4 ) systemd? ( sys-apps/systemd ) gnome? ( gnome-base/gnome-shell )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/Keruspe/GPaste/archive/v3.32.0.tar.gz -> gpaste-3.32.0.tar.gz
|
||||||
|
_eclasses_=eutils fcb2aa98e1948b835b5ae66ca52868c5 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 meson b5ee7a05833ab91225acf30ffdeed006 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 611c493a4cfef5254350fabc04b606f5 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c vala 682da46cf615b9f7a7d3680058139dcd vcs-snapshot b1abf460a493fc59ebb25de0df3f09dd xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||||
|
_md5_=cd6f4d743fd8f92956c2cce2d04512d7
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
|
BDEPEND=>=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2
|
||||||
DEFINED_PHASES=configure install postinst postrm preinst prepare unpack
|
DEFINED_PHASES=compile configure install postinst postrm prepare test unpack
|
||||||
DEPEND=dev-libs/appstream-glib >=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.58:2 >=dev-libs/gobject-introspection-1.58.0 sys-apps/dbus >=x11-libs/gdk-pixbuf-2.38:2 >=x11-libs/gtk+-3.24:3 X? ( x11-libs/libX11 x11-libs/libXi ) gnome? ( gnome-base/gnome-control-center:2 media-libs/clutter x11-libs/pango >=x11-wm/mutter-3.34.0:0/5 ) virtual/pkgconfig vala? ( || ( dev-lang/vala:0.46[vapigen(+)] dev-lang/vala:0.44[vapigen(+)] dev-lang/vala:0.42[vapigen(+)] ) )
|
DEPEND=dev-libs/appstream-glib >=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.58:2 >=dev-libs/gobject-introspection-1.58.0 sys-apps/dbus >=x11-libs/gdk-pixbuf-2.38:2 >=x11-libs/gtk+-3.24:3 X? ( x11-libs/libX11 x11-libs/libXi ) gnome? ( gnome-base/gnome-control-center:2 media-libs/clutter x11-libs/pango >=x11-wm/mutter-3.34.0:0/5 ) systemd? ( sys-apps/systemd ) virtual/pkgconfig vala? ( || ( dev-lang/vala:0.46[vapigen(+)] dev-lang/vala:0.44[vapigen(+)] dev-lang/vala:0.42[vapigen(+)] ) )
|
||||||
DESCRIPTION=Clipboard management system
|
DESCRIPTION=Clipboard management system
|
||||||
EAPI=7
|
EAPI=7
|
||||||
HOMEPAGE=https://github.com/Keruspe/GPaste
|
HOMEPAGE=https://github.com/Keruspe/GPaste
|
||||||
IUSE=X bash-completion gnome vala zsh-completion
|
IUSE=X bash-completion gnome introspection systemd vala zsh-completion
|
||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=dev-libs/appstream-glib >=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.58:2 >=dev-libs/gobject-introspection-1.58.0 sys-apps/dbus >=x11-libs/gdk-pixbuf-2.38:2 >=x11-libs/gtk+-3.24:3 X? ( x11-libs/libX11 x11-libs/libXi ) gnome? ( gnome-base/gnome-control-center:2 media-libs/clutter x11-libs/pango >=x11-wm/mutter-3.34.0:0/5 ) gnome? ( gnome-base/gnome-shell )
|
RDEPEND=dev-libs/appstream-glib >=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.58:2 >=dev-libs/gobject-introspection-1.58.0 sys-apps/dbus >=x11-libs/gdk-pixbuf-2.38:2 >=x11-libs/gtk+-3.24:3 X? ( x11-libs/libX11 x11-libs/libXi ) gnome? ( gnome-base/gnome-control-center:2 media-libs/clutter x11-libs/pango >=x11-wm/mutter-3.34.0:0/5 ) systemd? ( sys-apps/systemd ) gnome? ( gnome-base/gnome-shell )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/Keruspe/GPaste/archive/v3.34.1.tar.gz -> gpaste-3.34.1.tar.gz
|
SRC_URI=https://github.com/Keruspe/GPaste/archive/v3.34.1.tar.gz -> gpaste-3.34.1.tar.gz
|
||||||
_eclasses_=autotools ea7865c8fba1ea8d3639f355fffe1a3c eutils fcb2aa98e1948b835b5ae66ca52868c5 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 libtool f143db5a74ccd9ca28c1234deffede96 multilib 1d91b03d42ab6308b5f4f6b598ed110e toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c vala 682da46cf615b9f7a7d3680058139dcd vcs-snapshot b1abf460a493fc59ebb25de0df3f09dd xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
_eclasses_=eutils fcb2aa98e1948b835b5ae66ca52868c5 gnome2-utils 532371cfcba45b2ab0d2950547c97d95 meson b5ee7a05833ab91225acf30ffdeed006 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 611c493a4cfef5254350fabc04b606f5 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c vala 682da46cf615b9f7a7d3680058139dcd vcs-snapshot b1abf460a493fc59ebb25de0df3f09dd xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||||
_md5_=66d6c95945120eaf4cc3d6d611321bb1
|
_md5_=955a83aa6dec19dda5fafd2e9fa5378b
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
|
AUX gpaste-3.32.0-detect-when-images-are-growing.patch 3827 BLAKE2B fb2eabd32799e33e6d4f7f79d03cc1c2922794854278704eadd11572497102bf01d6b19a25bb5e7ad1c587ae3ba1a589656c7ac38136b8ce0ffabbdad595c5b7 SHA512 bb36d05f062dc36e04405b57a5fa50558c43d1f60c54d3e9f0ec44d93afe7f165ae1caba36e9cd4ccb2c239b34fc2027bb32c75eb8e7b053136f2049fc1082bc
|
||||||
|
AUX gpaste-3.32.0-gnome-shel-only-var-should-be-exported.patch 6299 BLAKE2B d23fcc7257c04f3ac927ac47807bd9026bdedf90d21ce40c6d69403b5fe59792338c4a7c74d56d2d5a540d2c75843742c537ddb3705a80fc68d572cf0a2adb98 SHA512 a64a858d8b5aac40e7428eda98e7d38b937f91f75d4ebb5406e5f1a0fe5f3f24ec1b25bbc112f7df709dbaf51b9f1425325c5425e7a891b393a3a2c43eda8bc0
|
||||||
DIST gpaste-3.32.0.tar.gz 181159 BLAKE2B 664151a5cb9653158ad8c137951fbfc402c400421bbd0324598804135aa654407ff0e67ccd8c4f9c025423aa609df3278e64ac50af09033933ef3f0e26d88032 SHA512 f60983c50742c05bf42347ffdaeb00ad1bb691f7d752d8773545dd59f7bf7485e095e26e799983261ee41180b66631e99fa4b6c196057c1ec47e2e138dfa8160
|
DIST gpaste-3.32.0.tar.gz 181159 BLAKE2B 664151a5cb9653158ad8c137951fbfc402c400421bbd0324598804135aa654407ff0e67ccd8c4f9c025423aa609df3278e64ac50af09033933ef3f0e26d88032 SHA512 f60983c50742c05bf42347ffdaeb00ad1bb691f7d752d8773545dd59f7bf7485e095e26e799983261ee41180b66631e99fa4b6c196057c1ec47e2e138dfa8160
|
||||||
DIST gpaste-3.34.1.tar.gz 184922 BLAKE2B 3498d949706d79ae59dc1dae6cf547a9c6a32d539b3ede737b243abe4eea057869d9c06ed7fa7f81741f901f80f44554502a00b1b047d957086eb86898fb0b88 SHA512 0560b7a0616eaf271d13e2db98f924894236e2714f97d80e6dce1bbb3589073b812b4c641d5fe0557a17e4e05b7506ab90418c7b45ddf953059b970fd4eac52e
|
DIST gpaste-3.34.1.tar.gz 184922 BLAKE2B 3498d949706d79ae59dc1dae6cf547a9c6a32d539b3ede737b243abe4eea057869d9c06ed7fa7f81741f901f80f44554502a00b1b047d957086eb86898fb0b88 SHA512 0560b7a0616eaf271d13e2db98f924894236e2714f97d80e6dce1bbb3589073b812b4c641d5fe0557a17e4e05b7506ab90418c7b45ddf953059b970fd4eac52e
|
||||||
|
EBUILD gpaste-3.32.0-r1.ebuild 1727 BLAKE2B 090041892f10aa26f3b7b0f3fb086853f9439288fe0dbcf5f8c7533c656831247f26df04610e06a0bb4a9e91952e8871752eefa0929727b8a286bcf83b0b7a45 SHA512 a03b1a06408515b68c51ebb7ea7c1c450a2d095f53dc73faf74ad281cdb356168df61ce64f40090e753fcf9436e91e872de3ad6cd78576b2445c30f656102de9
|
||||||
EBUILD gpaste-3.32.0.ebuild 1534 BLAKE2B 8a7afb1cdad5725e1b3f432998984a47784affe793156ce880044f9ec647656b78c7e3ccd94ff4a35f9a5d73a59756a8856edd72a4df194ab66548199ad49351 SHA512 23bde3de55c201bace9d7e6c60926e1d5fc87b4a39b6004a74e3d34b3e1040cb204bf432d9249360c94e050292c47d5d08b65a1a06ca6982c626647481c0415f
|
EBUILD gpaste-3.32.0.ebuild 1534 BLAKE2B 8a7afb1cdad5725e1b3f432998984a47784affe793156ce880044f9ec647656b78c7e3ccd94ff4a35f9a5d73a59756a8856edd72a4df194ab66548199ad49351 SHA512 23bde3de55c201bace9d7e6c60926e1d5fc87b4a39b6004a74e3d34b3e1040cb204bf432d9249360c94e050292c47d5d08b65a1a06ca6982c626647481c0415f
|
||||||
EBUILD gpaste-3.34.1.ebuild 1523 BLAKE2B 82ebc1125a4e84fc1435d5207eed986abc89f13dabc48bdcc3f38ee2a7f651c7f2dbf60b9413ab4be4d406c607a9605b717223f467097d3b01f299029dc98953 SHA512 69fb53a1fb3e667e3d48adade3bb84343beea85fbc138dd23eabb10567d4b2879df9048fb99a3afff79fd455523c28d10df24305b2711db3ddaa6117ac781d58
|
EBUILD gpaste-3.34.1.ebuild 1716 BLAKE2B 6f312801a59627f00934cead3830fb6eabd638068bb557dfb36cb264e0c926e9014da7af2bd8e0f2dd5d3a3631d5c3d153981034d4e572e40db51e34c7543240 SHA512 6d9f4dac8049e3573066de9a76ab7797e570aa6928faecf0770f807cc10a5141fbfd31824836e7029cb7cbe6f365951246d097dac70488143e185a0f27f116c5
|
||||||
MISC metadata.xml 595 BLAKE2B 7a8327f78e0e4cb106350051ff89a5677401e9ffa2d833e424da1f14a89c3147e59be124e6e0a26a3609f57c8a6078a00b6fce6a8f36889bafa5021539c0d89a SHA512 8fca7baa9d40775abe8ce7db98c5fc8e882d96e6200db5d84b6b1964369d6c499e344b30826c405368a18ca0f2caeab94d8dc44f648fe10f317075d82f60ca3d
|
MISC metadata.xml 595 BLAKE2B 7a8327f78e0e4cb106350051ff89a5677401e9ffa2d833e424da1f14a89c3147e59be124e6e0a26a3609f57c8a6078a00b6fce6a8f36889bafa5021539c0d89a SHA512 8fca7baa9d40775abe8ce7db98c5fc8e882d96e6200db5d84b6b1964369d6c499e344b30826c405368a18ca0f2caeab94d8dc44f648fe10f317075d82f60ca3d
|
||||||
|
|||||||
@@ -0,0 +1,83 @@
|
|||||||
|
From d195bf0ebc2ed82b49cb83ce9cbad8a7fa492c34 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
||||||
|
Date: Tue, 7 May 2019 15:58:46 +0200
|
||||||
|
Subject: [PATCH] detect when images are growing
|
||||||
|
|
||||||
|
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
||||||
|
---
|
||||||
|
src/libgpaste/core/gpaste-history.c | 3 +++
|
||||||
|
src/libgpaste/core/gpaste-image-item.c | 18 ++++++++++++++++++
|
||||||
|
src/libgpaste/core/gpaste-image-item.h | 3 +++
|
||||||
|
src/libgpaste/libgpaste.sym | 5 +++++
|
||||||
|
4 files changed, 29 insertions(+), 0 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/libgpaste/core/gpaste-history.c b/src/libgpaste/core/gpaste-history.c
|
||||||
|
index 7936fab1..02f2b4fa 100644
|
||||||
|
--- a/src/libgpaste/core/gpaste-history.c
|
||||||
|
+++ b/src/libgpaste/core/gpaste-history.c
|
||||||
|
@@ -214,6 +214,9 @@ g_paste_history_private_is_growing_line (GPasteHistoryPrivate *priv,
|
||||||
|
GPasteItem *old,
|
||||||
|
GPasteItem *new)
|
||||||
|
{
|
||||||
|
+ if (_G_PASTE_IS_IMAGE_ITEM (old) && _G_PASTE_IS_IMAGE_ITEM (new))
|
||||||
|
+ return g_paste_image_item_is_growing (_G_PASTE_IMAGE_ITEM (new), _G_PASTE_IMAGE_ITEM (old));
|
||||||
|
+
|
||||||
|
if (!(g_paste_settings_get_growing_lines (priv->settings) &&
|
||||||
|
_G_PASTE_IS_TEXT_ITEM (old) && _G_PASTE_IS_TEXT_ITEM (new) &&
|
||||||
|
!_G_PASTE_IS_PASSWORD_ITEM (old) && !_G_PASTE_IS_PASSWORD_ITEM (new)))
|
||||||
|
diff --git a/src/libgpaste/core/gpaste-image-item.c b/src/libgpaste/core/gpaste-image-item.c
|
||||||
|
index 7b3a3244..2b30a6c6 100644
|
||||||
|
--- a/src/libgpaste/core/gpaste-image-item.c
|
||||||
|
+++ b/src/libgpaste/core/gpaste-image-item.c
|
||||||
|
@@ -80,6 +80,24 @@ g_paste_image_item_get_image (const GPasteImageItem *self)
|
||||||
|
return priv->image;
|
||||||
|
}
|
||||||
|
|
||||||
|
+G_PASTE_VISIBLE gboolean
|
||||||
|
+g_paste_image_item_is_growing (const GPasteImageItem *self,
|
||||||
|
+ const GPasteImageItem *other)
|
||||||
|
+{
|
||||||
|
+ g_return_val_if_fail (_G_PASTE_IS_IMAGE_ITEM (self), FALSE);
|
||||||
|
+ g_return_val_if_fail (_G_PASTE_IS_IMAGE_ITEM (other), FALSE);
|
||||||
|
+
|
||||||
|
+ const GPasteImageItemPrivate *priv = _g_paste_image_item_get_instance_private (self);
|
||||||
|
+ const GPasteImageItemPrivate *_priv = _g_paste_image_item_get_instance_private (other);
|
||||||
|
+
|
||||||
|
+ if (!priv->image || !_priv->image)
|
||||||
|
+ return FALSE;
|
||||||
|
+
|
||||||
|
+ gsize len = MIN (gdk_pixbuf_get_byte_length (priv->image), gdk_pixbuf_get_byte_length (_priv->image));
|
||||||
|
+
|
||||||
|
+ return !memcmp (gdk_pixbuf_read_pixels (priv->image), gdk_pixbuf_read_pixels (_priv->image), len);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
static gboolean
|
||||||
|
g_paste_image_item_equals (const GPasteItem *self,
|
||||||
|
const GPasteItem *other)
|
||||||
|
diff --git a/src/libgpaste/core/gpaste-image-item.h b/src/libgpaste/core/gpaste-image-item.h
|
||||||
|
index bfc74896..b658109b 100644
|
||||||
|
--- a/src/libgpaste/core/gpaste-image-item.h
|
||||||
|
+++ b/src/libgpaste/core/gpaste-image-item.h
|
||||||
|
@@ -23,6 +23,9 @@ const gchar *g_paste_image_item_get_checksum (const GPasteImageItem *self);
|
||||||
|
const GDateTime *g_paste_image_item_get_date (const GPasteImageItem *self);
|
||||||
|
GdkPixbuf *g_paste_image_item_get_image (const GPasteImageItem *self);
|
||||||
|
|
||||||
|
+gboolean g_paste_image_item_is_growing (const GPasteImageItem *self,
|
||||||
|
+ const GPasteImageItem *other);
|
||||||
|
+
|
||||||
|
GPasteItem *g_paste_image_item_new (GdkPixbuf *img);
|
||||||
|
GPasteItem *g_paste_image_item_new_from_file (const gchar *path,
|
||||||
|
GDateTime *date);
|
||||||
|
diff --git a/src/libgpaste/libgpaste.sym b/src/libgpaste/libgpaste.sym
|
||||||
|
index daf6329e..650d2a26 100644
|
||||||
|
--- a/src/libgpaste/libgpaste.sym
|
||||||
|
+++ b/src/libgpaste/libgpaste.sym
|
||||||
|
@@ -505,3 +505,8 @@ global:
|
||||||
|
g_paste_util_empty_with_confirmation;
|
||||||
|
g_paste_util_empty_with_confirmation_sync;
|
||||||
|
} LIBGPASTE_3_28_1;
|
||||||
|
+
|
||||||
|
+LIBGPASTE_3_32_1 {
|
||||||
|
+global:
|
||||||
|
+ g_paste_iimage_item_is_growing;
|
||||||
|
+} LIBGPASTE_3_28_3;
|
||||||
@@ -0,0 +1,179 @@
|
|||||||
|
From 1eaed802448e5262cc4d3d7b9b95a408ff89494c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
||||||
|
Date: Sun, 17 Mar 2019 14:20:10 +0100
|
||||||
|
Subject: [PATCH] gnome-shel: only var should be exported
|
||||||
|
|
||||||
|
Fixes part of #268
|
||||||
|
|
||||||
|
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
|
||||||
|
---
|
||||||
|
src/gnome-shell/aboutItem.js | 2 +-
|
||||||
|
src/gnome-shell/deleteButton.js | 2 +-
|
||||||
|
src/gnome-shell/deleteItemPart.js | 2 +-
|
||||||
|
src/gnome-shell/dummyHistoryItem.js | 2 +-
|
||||||
|
src/gnome-shell/emptyHistoryItem.js | 2 +-
|
||||||
|
src/gnome-shell/item.js | 2 +-
|
||||||
|
src/gnome-shell/pageItem.js | 2 +-
|
||||||
|
src/gnome-shell/pageSwitcher.js | 2 +-
|
||||||
|
src/gnome-shell/searchItem.js | 2 +-
|
||||||
|
src/gnome-shell/stateSwitch.js | 2 +-
|
||||||
|
src/gnome-shell/statusIcon.js | 2 +-
|
||||||
|
src/gnome-shell/uiItem.js | 2 +-
|
||||||
|
12 files changed, 12 insertions(+), 12 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/gnome-shell/aboutItem.js b/src/gnome-shell/aboutItem.js
|
||||||
|
index b4a7ff86..6c7bd972 100644
|
||||||
|
--- a/src/gnome-shell/aboutItem.js
|
||||||
|
+++ b/src/gnome-shell/aboutItem.js
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
const { St } = imports.gi;
|
||||||
|
|
||||||
|
-class GPasteAboutItem {
|
||||||
|
+var GPasteAboutItem = class {
|
||||||
|
constructor(client, menu) {
|
||||||
|
this.actor = new St.Button({
|
||||||
|
reactive: true,
|
||||||
|
diff --git a/src/gnome-shell/deleteButton.js b/src/gnome-shell/deleteButton.js
|
||||||
|
index 93816a1a..3de6160e 100644
|
||||||
|
--- a/src/gnome-shell/deleteButton.js
|
||||||
|
+++ b/src/gnome-shell/deleteButton.js
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
const { Clutter, St } = imports.gi;
|
||||||
|
|
||||||
|
-class GPasteDeleteButton {
|
||||||
|
+var GPasteDeleteButton = class {
|
||||||
|
constructor(client, index) {
|
||||||
|
this.actor = new St.Button();
|
||||||
|
|
||||||
|
diff --git a/src/gnome-shell/deleteItemPart.js b/src/gnome-shell/deleteItemPart.js
|
||||||
|
index 0b87abaf..b5a5add3 100644
|
||||||
|
--- a/src/gnome-shell/deleteItemPart.js
|
||||||
|
+++ b/src/gnome-shell/deleteItemPart.js
|
||||||
|
@@ -11,7 +11,7 @@ const Me = ExtensionUtils.getCurrentExtension();
|
||||||
|
|
||||||
|
const DeleteButton = Me.imports.deleteButton;
|
||||||
|
|
||||||
|
-class GPasteDeleteItemPart {
|
||||||
|
+var GPasteDeleteItemPart = class {
|
||||||
|
constructor(client, index) {
|
||||||
|
this.actor = new St.Bin({ x_align: St.Align.END });
|
||||||
|
this._deleteButton = new DeleteButton.GPasteDeleteButton(client, index);
|
||||||
|
diff --git a/src/gnome-shell/dummyHistoryItem.js b/src/gnome-shell/dummyHistoryItem.js
|
||||||
|
index 8d227fc9..38f3ea4f 100644
|
||||||
|
--- a/src/gnome-shell/dummyHistoryItem.js
|
||||||
|
+++ b/src/gnome-shell/dummyHistoryItem.js
|
||||||
|
@@ -10,7 +10,7 @@ const PopupMenu = imports.ui.popupMenu;
|
||||||
|
|
||||||
|
const _ = Gettext.domain('GPaste').gettext;
|
||||||
|
|
||||||
|
-class GPasteDummyHistoryItem extends PopupMenu.PopupMenuItem {
|
||||||
|
+var GPasteDummyHistoryItem = class extends PopupMenu.PopupMenuItem {
|
||||||
|
constructor() {
|
||||||
|
super(_("(Couldn't connect to GPaste daemon)"));
|
||||||
|
this.setSensitive(false);
|
||||||
|
diff --git a/src/gnome-shell/emptyHistoryItem.js b/src/gnome-shell/emptyHistoryItem.js
|
||||||
|
index 94c3df61..35bdb0c4 100644
|
||||||
|
--- a/src/gnome-shell/emptyHistoryItem.js
|
||||||
|
+++ b/src/gnome-shell/emptyHistoryItem.js
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
const { GLib, GPaste, St } = imports.gi;
|
||||||
|
|
||||||
|
-class GPasteEmptyHistoryItem {
|
||||||
|
+var GPasteEmptyHistoryItem = class {
|
||||||
|
constructor(client, settings, menu) {
|
||||||
|
this.actor = new St.Button({
|
||||||
|
reactive: true,
|
||||||
|
diff --git a/src/gnome-shell/item.js b/src/gnome-shell/item.js
|
||||||
|
index 99db6662..e04b8a90 100644
|
||||||
|
--- a/src/gnome-shell/item.js
|
||||||
|
+++ b/src/gnome-shell/item.js
|
||||||
|
@@ -13,7 +13,7 @@ const Me = ExtensionUtils.getCurrentExtension();
|
||||||
|
|
||||||
|
const DeleteItemPart = Me.imports.deleteItemPart;
|
||||||
|
|
||||||
|
-class GPasteItem extends PopupMenu.PopupMenuItem {
|
||||||
|
+var GPasteItem = class extends PopupMenu.PopupMenuItem {
|
||||||
|
constructor(client, size, index) {
|
||||||
|
super("");
|
||||||
|
|
||||||
|
diff --git a/src/gnome-shell/pageItem.js b/src/gnome-shell/pageItem.js
|
||||||
|
index ca0dde3e..1606016e 100644
|
||||||
|
--- a/src/gnome-shell/pageItem.js
|
||||||
|
+++ b/src/gnome-shell/pageItem.js
|
||||||
|
@@ -8,7 +8,7 @@ const { St } = imports.gi;
|
||||||
|
|
||||||
|
const Signals = imports.signals;
|
||||||
|
|
||||||
|
-class GPastePageItem {
|
||||||
|
+var GPastePageItem = class {
|
||||||
|
constructor(page) {
|
||||||
|
this.actor = new St.Button({
|
||||||
|
reactive: true,
|
||||||
|
diff --git a/src/gnome-shell/pageSwitcher.js b/src/gnome-shell/pageSwitcher.js
|
||||||
|
index 59e5c3a8..f6d09aeb 100644
|
||||||
|
--- a/src/gnome-shell/pageSwitcher.js
|
||||||
|
+++ b/src/gnome-shell/pageSwitcher.js
|
||||||
|
@@ -15,7 +15,7 @@ const PageItem = Me.imports.pageItem;
|
||||||
|
|
||||||
|
const MAX_PAGES = 20;
|
||||||
|
|
||||||
|
-class GPastePageSwitcher extends PopupMenu.PopupBaseMenuItem {
|
||||||
|
+var GPastePageSwitcher = class extends PopupMenu.PopupBaseMenuItem {
|
||||||
|
constructor() {
|
||||||
|
super({
|
||||||
|
reactive: false,
|
||||||
|
diff --git a/src/gnome-shell/searchItem.js b/src/gnome-shell/searchItem.js
|
||||||
|
index 2ec35f5d..9c3daa21 100644
|
||||||
|
--- a/src/gnome-shell/searchItem.js
|
||||||
|
+++ b/src/gnome-shell/searchItem.js
|
||||||
|
@@ -8,7 +8,7 @@ const PopupMenu = imports.ui.popupMenu;
|
||||||
|
|
||||||
|
const { St } = imports.gi;
|
||||||
|
|
||||||
|
-class GPasteSearchItem extends PopupMenu.PopupBaseMenuItem {
|
||||||
|
+var GPasteSearchItem = class extends PopupMenu.PopupBaseMenuItem {
|
||||||
|
constructor() {
|
||||||
|
super({
|
||||||
|
activate: false,
|
||||||
|
diff --git a/src/gnome-shell/stateSwitch.js b/src/gnome-shell/stateSwitch.js
|
||||||
|
index cd3fdba6..00a3d0f9 100644
|
||||||
|
--- a/src/gnome-shell/stateSwitch.js
|
||||||
|
+++ b/src/gnome-shell/stateSwitch.js
|
||||||
|
@@ -10,7 +10,7 @@ const PopupMenu = imports.ui.popupMenu;
|
||||||
|
|
||||||
|
const _ = Gettext.domain('GPaste').gettext;
|
||||||
|
|
||||||
|
-class GPasteStateSwitch extends PopupMenu.PopupSwitchMenuItem {
|
||||||
|
+var GPasteStateSwitch = class extends PopupMenu.PopupSwitchMenuItem {
|
||||||
|
constructor(client) {
|
||||||
|
super(_("Track changes"), client.is_active());
|
||||||
|
|
||||||
|
diff --git a/src/gnome-shell/statusIcon.js b/src/gnome-shell/statusIcon.js
|
||||||
|
index e2259fd6..c90a0978 100644
|
||||||
|
--- a/src/gnome-shell/statusIcon.js
|
||||||
|
+++ b/src/gnome-shell/statusIcon.js
|
||||||
|
@@ -8,7 +8,7 @@ const PopupMenu = imports.ui.popupMenu;
|
||||||
|
|
||||||
|
const { St } = imports.gi;
|
||||||
|
|
||||||
|
-class GPasteStatusIcon {
|
||||||
|
+var GPasteStatusIcon = class {
|
||||||
|
constructor() {
|
||||||
|
this.actor = new St.BoxLayout({ style_class: 'panel-status-menu-box' });
|
||||||
|
|
||||||
|
diff --git a/src/gnome-shell/uiItem.js b/src/gnome-shell/uiItem.js
|
||||||
|
index fff0e621..6726cf82 100644
|
||||||
|
--- a/src/gnome-shell/uiItem.js
|
||||||
|
+++ b/src/gnome-shell/uiItem.js
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
const { GPaste, St } = imports.gi;
|
||||||
|
|
||||||
|
-class GPasteUiItem {
|
||||||
|
+var GPasteUiItem = class {
|
||||||
|
constructor(menu) {
|
||||||
|
this.actor = new St.Button({
|
||||||
|
reactive: true,
|
||||||
83
x11-misc/gpaste/gpaste-3.32.0-r1.ebuild
Normal file
83
x11-misc/gpaste/gpaste-3.32.0-r1.ebuild
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
VALA_MIN_API_VERSION="0.42"
|
||||||
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
|
inherit gnome2-utils meson vala vcs-snapshot xdg-utils
|
||||||
|
|
||||||
|
DESCRIPTION="Clipboard management system"
|
||||||
|
HOMEPAGE="https://github.com/Keruspe/GPaste"
|
||||||
|
SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE="X bash-completion gnome introspection systemd vala zsh-completion"
|
||||||
|
|
||||||
|
CDEPEND="dev-libs/appstream-glib
|
||||||
|
>=dev-libs/gjs-1.54.0
|
||||||
|
>=dev-libs/glib-2.58:2
|
||||||
|
>=dev-libs/gobject-introspection-1.58.0
|
||||||
|
sys-apps/dbus
|
||||||
|
>=x11-libs/gdk-pixbuf-2.38:2
|
||||||
|
>=x11-libs/gtk+-3.24:3
|
||||||
|
X? (
|
||||||
|
x11-libs/libX11
|
||||||
|
x11-libs/libXi
|
||||||
|
)
|
||||||
|
gnome? (
|
||||||
|
gnome-base/gnome-control-center:2
|
||||||
|
media-libs/clutter
|
||||||
|
x11-libs/pango
|
||||||
|
>=x11-wm/mutter-3.32.0:0/4
|
||||||
|
)
|
||||||
|
systemd? ( sys-apps/systemd )"
|
||||||
|
RDEPEND="${CDEPEND}
|
||||||
|
gnome? ( gnome-base/gnome-shell )"
|
||||||
|
DEPEND="${CDEPEND}
|
||||||
|
virtual/pkgconfig
|
||||||
|
vala? ( $(vala_depend) )"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}/${P}-detect-when-images-are-growing.patch"
|
||||||
|
"${FILESDIR}/${P}-gnome-shel-only-var-should-be-exported.patch"
|
||||||
|
)
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
vala_src_prepare
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local emesonargs=(
|
||||||
|
$(meson_use X x-keybinder)
|
||||||
|
$(meson_use bash-completion)
|
||||||
|
$(meson_use gnome gnome-shell)
|
||||||
|
$(meson_use introspection)
|
||||||
|
$(meson_use systemd)
|
||||||
|
$(meson_use vala vapi)
|
||||||
|
$(meson_use zsh-completion)
|
||||||
|
)
|
||||||
|
meson_src_configure
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
meson_src_install
|
||||||
|
find "${D}" -name '*.la' -delete || die
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
|
}
|
||||||
@@ -6,7 +6,7 @@ EAPI=7
|
|||||||
VALA_MIN_API_VERSION="0.42"
|
VALA_MIN_API_VERSION="0.42"
|
||||||
VALA_USE_DEPEND="vapigen"
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
inherit autotools eutils gnome2-utils vala vcs-snapshot
|
inherit gnome2-utils meson vala vcs-snapshot xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="Clipboard management system"
|
DESCRIPTION="Clipboard management system"
|
||||||
HOMEPAGE="https://github.com/Keruspe/GPaste"
|
HOMEPAGE="https://github.com/Keruspe/GPaste"
|
||||||
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS=""
|
KEYWORDS=""
|
||||||
IUSE="X bash-completion gnome vala zsh-completion"
|
IUSE="X bash-completion gnome introspection systemd vala zsh-completion"
|
||||||
|
|
||||||
CDEPEND="dev-libs/appstream-glib
|
CDEPEND="dev-libs/appstream-glib
|
||||||
>=dev-libs/gjs-1.54.0
|
>=dev-libs/gjs-1.54.0
|
||||||
@@ -33,47 +33,51 @@ CDEPEND="dev-libs/appstream-glib
|
|||||||
media-libs/clutter
|
media-libs/clutter
|
||||||
x11-libs/pango
|
x11-libs/pango
|
||||||
>=x11-wm/mutter-3.34.0:0/5
|
>=x11-wm/mutter-3.34.0:0/5
|
||||||
)"
|
)
|
||||||
|
systemd? ( sys-apps/systemd )"
|
||||||
RDEPEND="${CDEPEND}
|
RDEPEND="${CDEPEND}
|
||||||
gnome? ( gnome-base/gnome-shell )"
|
gnome? ( gnome-base/gnome-shell )"
|
||||||
DEPEND="${CDEPEND}
|
DEPEND="${CDEPEND}
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
vala? ( $(vala_depend) )"
|
vala? ( $(vala_depend) )"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}/${P}-detect-when-images-are-growing.patch"
|
||||||
|
"${FILESDIR}/${P}-gnome-shel-only-var-should-be-exported.patch"
|
||||||
|
)
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
eautoreconf
|
|
||||||
vala_src_prepare
|
vala_src_prepare
|
||||||
|
|
||||||
if ! use gnome ; then
|
|
||||||
echo "" > data/control-center.mk || die
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
econf \
|
local emesonargs=(
|
||||||
$(use_enable X x-keybinder) \
|
$(meson_use X x-keybinder)
|
||||||
$(use_enable bash-completion) \
|
$(meson_use bash-completion)
|
||||||
$(use_enable vala) \
|
$(meson_use gnome gnome-shell)
|
||||||
$(use_enable gnome gnome-shell-extension) \
|
$(meson_use introspection)
|
||||||
$(use_enable zsh-completion) \
|
$(meson_use systemd)
|
||||||
--disable-static \
|
$(meson_use vala vapi)
|
||||||
--disable-schemas-compile
|
$(meson_use zsh-completion)
|
||||||
|
)
|
||||||
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
meson_src_install
|
||||||
find "${D}" -name '*.la' -delete || die
|
find "${D}" -name '*.la' -delete || die
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_preinst() {
|
|
||||||
gnome2_schemas_savelist
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user