Skip to content

Commit

Permalink
compiled qlipper, updated local.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bkauler committed Aug 4, 2023
1 parent a1bca6f commit 1a1c99f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quirky/build-amd64/conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -720,3 +720,6 @@ IMAGE_INSTALL:append = " qtemu aqemu"
#20230731 NO: compiles, runs, but timeline broken...
#IMAGE_INSTALL:append = " shotcut"

#20230804 password managers
IMAGE_INSTALL:append = " parcellite qlipper"

20 changes: 20 additions & 0 deletions quirky/meta-quirky/recipes-quirky/qlipper/qlipper_20230121.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Recipe created by recipetool
# recipetool create -o qlipper_20230121.bb https://distro.ibiblio.org/easyos/source/alphabetical/q/qlipper-20230121.tar.gz

LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=6c1929ba725ff7dce420aad4b737eda1"

SRC_URI = "https://distro.ibiblio.org/easyos/source/alphabetical/q/qlipper-${PV}.tar.gz"

SRC_URI[md5sum] = "73b71f8f8f0aed03a9f5995f7fa1a091"
SRC_URI[sha256sum] = "dc36b945aecd635049ef79df2acbef02d408f267d4bf857fe1d549e6431a5267"

DEPENDS = "libx11 qtbase qttools qtdeclarative qtxmlpatterns \
qtbase-native qtdeclarative-native qttools-native qtxmlpatterns-native"

inherit cmake_qt5 gettext pkgconfig

EXTRA_OECMAKE = ""

HOMEPAGE = "https://github.com/pvanek/qlipper"
SUMMARY = "Clipboard manager"

0 comments on commit 1a1c99f

Please sign in to comment.