From 4bdac8a450176b3acc949a18c0845acad49e2d7e Mon Sep 17 00:00:00 2001 From: John Date: Mon, 7 Jan 2019 16:32:59 +0100 Subject: [PATCH] albert: update to 0.16.1. --- srcpkgs/albert/patches/0001_CMakeLists.txt.patch | 13 ------------- srcpkgs/albert/template | 10 +++++----- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/albert/patches/0001_CMakeLists.txt.patch diff --git a/srcpkgs/albert/patches/0001_CMakeLists.txt.patch b/srcpkgs/albert/patches/0001_CMakeLists.txt.patch deleted file mode 100644 index b5a7157427c..00000000000 --- a/srcpkgs/albert/patches/0001_CMakeLists.txt.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git application/CMakeLists.txt application/CMakeLists.txt -index df1f64c..9ac74f8 100644 ---- application/CMakeLists.txt -+++ application/CMakeLists.txt -@@ -6,7 +6,7 @@ project(albert) - add_executable(${PROJECT_NAME} main.cpp) - - # Link target to libraries --target_link_libraries(${PROJECT_NAME} PRIVATE albertcore) -+target_link_libraries(${PROJECT_NAME} PRIVATE albertcore xdg globalshortcut) - - # Set the RPATH for the library lookup - set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "$ORIGIN/../${CMAKE_INSTALL_LIBDIR}/albert/") diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index 953ee9e971a..e4c5ede9017 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,14 +1,14 @@ # Template file for 'albert' pkgname=albert -version=0.14.22 +version=0.16.1 revision=1 -_plugins_hash=c5c79b9ad9d6263a61e785cdc01a62af2dec8c79 +_plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4 _pybind_version=2.2.4 build_style=cmake configure_args="-DBUILD_VIRTUALBOX=OFF" makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql - qt5-plugin-sqlite qt5-plugin-tds" + qt5-plugin-sqlite qt5-plugin-tds qt5-charts-devel" depends="qt5-plugin-sqlite qt5-quickcontrols qt5-graphicaleffects" short_desc="Lightweight desktop environment agnostic launcher" maintainer="Nemh " @@ -17,8 +17,8 @@ homepage="https://github.com/albertlauncher/albert" distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz" -checksum="36fcdcb79f65861dd6da0d073094d0f13b51b3a8522e15e97aeb1ebdb224714b - 4334f72ff6207538b42a9a71fb1df242d9f00e26a3b306a824472a1e5769a378 +checksum="e244b5825ef453221b221d76df30f8496c2e176ec6b9c26db21735d8e809956a + 1986041e464c87e7ccc4f01b0eb4302f101aa3d62f5b02929fc97f68b3a38623 b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e" if [ -n "$CROSS_BUILD" ]; then