Skip to content

Commit

Permalink
Apply albert 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeya committed Mar 3, 2021
1 parent 6e559c7 commit d5f15b4
Show file tree
Hide file tree
Showing 824 changed files with 62,257 additions and 12,253 deletions.
503 changes: 503 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1.3) # Least supporting CMAKE_CXX_STANDARD
###############################################################################

project(albert VERSION 0.16.1)
project(albert VERSION 0.17.2)

###############################################################################

Expand Down Expand Up @@ -88,6 +88,7 @@ find_package(Qt5 5.5.0
Network
Sql
Widgets
X11Extras
OPTIONAL_COMPONENTS
Charts
)
Expand Down Expand Up @@ -118,6 +119,7 @@ target_link_libraries(${TARGET_NAME_BIN}
Qt5::Network
Qt5::Sql
Qt5::Widgets
Qt5::X11Extras
albert::lib
globalshortcut
xdg
Expand All @@ -137,6 +139,9 @@ install(TARGETS ${TARGET_NAME_LIB} ${TARGET_NAME_BIN}
# Do platform specific post target stuff
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
# Install desktop entry and icon
install(FILES resources/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
# install(FILES resources/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
install(FILES resources/icons/albert.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
# Add HamoniKR Default Settings
install(DIRECTORY "hamonikr/etc/" DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})
install(FILES hamonikr/albert.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
11 changes: 11 additions & 0 deletions HOWTO-BUILD-on-HamoniKR
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@ dpkg-buildpackage --sign-key=9FA298A1E42665B8

# 설치 확인
sudo dpkg -i ../*.deb


# Compile on linuxmint 20.1 from UPSTREAM
sudo apt-get install libqt5x11extras5-dev qtbase5-dev libmuparser-dev python3-dev

git clone --recursive https://github.com/albertlauncher/albert.git
mkdir albert-build
cd albert-build
cmake ../albert -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
make
sudo make install
40 changes: 14 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
# Albert launcher [![Build Status](https://api.travis-ci.org/albertlauncher/albert.svg?branch=dev)](https://travis-ci.org/albertlauncher/albert)
# 하모니카 런처

[![Telegram news channel](https://img.shields.io/badge/news%20channel-telegram-0088cc.svg?style=flat)](https://telegram.me/albertlauncher)
[![Telegram community chat](https://img.shields.io/badge/chat-telegram-0088cc.svg?style=flat)](https://telegram.me/albert_launcher_community)
[![Discord](https://img.shields.io/badge/chat-discord-7289da.svg?style=flat)](https://discord.gg/enGMWUG)
[![IRC](https://img.shields.io/badge/chat-IRC-brightgreen.svg)](http://webchat.freenode.net/?channels=%23albertlauncher)
하모니카에서 사용하는 런처 프로젝트

## Albert in a nutshell
단축키 Alt+Space 키를 눌러 PC에 설치된 프로그램과 웹에서 바로 검색할 수 있습니다.

Albert is a unified and efficient access to your machine. Technically it is a keyboard launcher written in C++/Qt. The plugin based architecture makes it extremely flexible and powerful. Plugins can be used to create modular frontends or native extensions. Extensions can also be implemented using embedded Python modules or via a CGI approach in any language you want. The frontends shipped heavily focus on customizability.
![screenshot](./albert.png)

## Getting started

Check the section [*Installing Albert*](https://albertlauncher.github.io/docs/installing/) in the docs for setup instructions. When you are set up take a look at the section [*Using Albert*](https://albertlauncher.github.io/docs/using/). If you have problems check the [*Troubleshooting*](https://albertlauncher.github.io/docs/faq/) section. If it does not cover your problems seek for [*help*](https://albertlauncher.github.io/help/) in one of the chats. Developers may want to check the [*Extending Albert*](https://albertlauncher.github.io/docs/extending/) section.
upstream : https://github.com/albertlauncher/albert.git

## Albert at a glance

<p align="center"><img src="https://i.imgur.com/9Yc7unp.jpg"></p>
<p align="center"><img src="https://i.imgur.com/BaMlWit.jpg"></p>
<p align="center"><img src="https://i.imgur.com/NJvIyXO.jpg"></p>
<p align="center"><img src="https://i.imgur.com/22SEMOJ.jpg"></p>
<p align="center"><img src="https://i.imgur.com/jBywwko.jpg"></p>
<p align="center"><img src="https://i.imgur.com/hmvpgxC.jpg"></p>
<p align="center"><img src="https://i.imgur.com/RQxbi9m.jpg"></p>
<p align="center"><img src="https://i.imgur.com/IvBcMyv.jpg"></p>
<p align="center"><img src="https://i.imgur.com/OCmAYGP.jpg"></p>
<p align="center"><img src="https://i.imgur.com/eKSRbDC.jpg"></p>
<p align="center"><img src="https://i.imgur.com/lbf3BlB.jpg"></p>
<p align="center"><img src="https://i.imgur.com/eNwgakM.jpg"></p>
<p align="center"><img src="https://i.imgur.com/LuiAmzU.jpg"></p>
# Install

# Support
## HamoniKR (>=3.0), Ubuntu (>=18.04)
```
wget -qO- https://pkg.hamonikr.org/add-hamonikr.apt | sudo -E bash -
sudo apt install albert
```

If you like this software consider [donating](https://albertlauncher.github.io/docs/donation/) a :beer:. :+1:
# Support

Have fun with albert, if you do not, [tell me why](https://telegram.me/albert_launcher_community).
* [HamoniKR Community](https://hamonikr.org/)
Binary file added albert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/.cmake/api/v1/query/client-vscode/query.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2}]}
Loading

0 comments on commit d5f15b4

Please sign in to comment.